Animation Framework#
Provides an easy way for creating animated GUIs.
This page lists classes belonging to Qt Core ‘s animation framework .
PySide6.QtCore.QAbstractAnimationThe QAbstractAnimation class is the base of all animations.
PySide6.QtCore.QAnimationGroupThe QAnimationGroup class is an abstract base class for groups of animations.
PySide6.QtCore.QParallelAnimationGroupThe QParallelAnimationGroup class provides a parallel group of animations.
PySide6.QtCore.QPauseAnimationThe QPauseAnimation class provides a pause for QSequentialAnimationGroup.
PySide6.QtCore.QPropertyAnimationThe QPropertyAnimation class animates Qt properties.
PySide6.QtCore.QSequentialAnimationGroupThe QSequentialAnimationGroup class provides a sequential group of animations.
PySide6.QtCore.QVariantAnimationThe QVariantAnimation class provides a base class for animations.
PySide6.QtCore.QEasingCurveThe QEasingCurve class provides easing curves for controlling animation.
PySide6.QtCore.QTimeLineThe QTimeLine class provides a timeline for controlling animations.