1.8
Classes | Typedefs
Animation

Animation related classes. More...

Classes

class  Animation
 Animation class with configurable easing function. More...
 
class  AnimationDelay
 Simple delay, useful to insert a delay in an AnimationSequence. More...
 
class  AnimationSequence
 Series of animations as a single animation. More...
 
class  AutoAnimation
 Animation object with built in timer. More...
 
class  PropertyAnimatorType< T >
 Animates a property of a widget. More...
 

Typedefs

using PropertyAnimator = PropertyAnimatorType< DefaultDim >
 Helper type alias. More...
 
using PropertyAnimatorF = PropertyAnimatorType< float >
 Helper type alias. More...
 

Detailed Description

Animation related classes.

Typedef Documentation

◆ PropertyAnimator

Helper type alias.

Animates a property of a widget.

◆ PropertyAnimatorF

Helper type alias.

Animates a property of a widget.