::

struct AnimationAttributes

Elements' Summary
duration Preferred duration of the animation sequence in seconds
repeatMode Determines how the [0,1] parameter space of the animation should be sweeped through
size Preferred size of the animation
Elements' Details
duration
double duration;
Description
Preferred duration of the animation sequence in seconds
repeatMode
AnimationRepeat repeatMode;
Description
Determines how the [0,1] parameter space of the animation should be sweeped through
size
Rectangle2D size;
Description
Preferred size of the animation
Top of Page