AnimationOptions
Index
Properties
optionalframeDuration
Optionally specify a default frame duration in ms (Default is 100)
frames
List of frames in the order you wish to play them
optionalreverse
Optionally reverse the direction of play
optionalspeed
Optionally set a positive speed multiplier on the animation.
By default 1, meaning 1x speed. If set to 2, it will play the animation twice as fast.
optionalstrategy
Optionally specify the [[AnimationStrategy]] for the Animation
optionaltotalDuration
Optionally specify a total duration of the animation in ms to calculate each frame's duration
Animation options for building an animation via constructor.