Animation Framework▲
This page lists classes belonging to Qt Core's animation framework.
- 
					QAbstractAnimation: The QAbstractAnimation class is the base of all animations. 
- 
					QAnimationGroup: The QAnimationGroup class is an abstract base class for groups of animations. 
- 
					QEasingCurve: The QEasingCurve class provides easing curves for controlling animation. 
- 
					QParallelAnimationGroup: The QParallelAnimationGroup class provides a parallel group of animations. 
- 
					QPauseAnimation: The QPauseAnimation class provides a pause for QSequentialAnimationGroup. 
- 
					QPropertyAnimation: The QPropertyAnimation class animates Qt properties. 
- 
					QSequentialAnimationGroup: The QSequentialAnimationGroup class provides a sequential group of animations. 
- 
					QTimeLine: The QTimeLine class provides a timeline for controlling animations. 
- 
					QVariantAnimation: The QVariantAnimation class provides a base class for animations. 




