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