Animation Framework¶
Provides an easy way for creating animated GUIs.
This page lists classes belonging to Qt Core ‘s animation framework .
PySide2.QtCore.QAbstractAnimation
The QAbstractAnimation class is the base of all animations.
PySide2.QtCore.QAnimationGroup
The QAnimationGroup class is an abstract base class for groups of animations.
PySide2.QtCore.QParallelAnimationGroup
The QParallelAnimationGroup class provides a parallel group of animations.
PySide2.QtCore.QPauseAnimation
The QPauseAnimation class provides a pause for QSequentialAnimationGroup.
PySide2.QtCore.QPropertyAnimation
The QPropertyAnimation class animates Qt properties.
PySide2.QtCore.QSequentialAnimationGroup
The QSequentialAnimationGroup class provides a sequential group of animations.
PySide2.QtCore.QVariantAnimation
The QVariantAnimation class provides a base class for animations.
PySide2.QtCore.QEasingCurve
The QEasingCurve class provides easing curves for controlling animation.
PySide2.QtCore.QTimeLine
The QTimeLine class provides a timeline for controlling animations.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.