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