Constructs the default animator
The default easing of the animation
The default maximum start delay between each step of an animation
The default maximum total animation duration
The default starting delay of the animation in milliseconds
The default duration of one animation step in milliseconds
Adjust the iterative delay, such that it takes into account the maxTotalDuration constraint
Gets the current easing mode of the animation.
the current easing mode.
Sets the easing mode of the animation.
The desired easing mode.
Gets the maximum total animation duration constraint in milliseconds.
If the animation time would exceed the specified time, the duration of each step and the delay between each step will be reduced until the animation fits within the specified time.
The current maximum total animation duration.
Sets the maximum total animation duration constraint in miliseconds.
If the animation time would exceed the specified time, the duration of each step and the delay between each step will be reduced until the animation fits within the specified time.
The maximum total animation duration in milliseconds.
Gets the start delay of the animation in milliseconds.
The current start delay.
Sets the start delay of the animation in milliseconds.
The start delay in milliseconds.
Gets the maximum start delay between animation steps in milliseconds.
The current maximum iterative delay.
Sets the maximum start delay between animation steps in milliseconds.
The maximum iterative delay in milliseconds.
Gets the duration of one animation step in milliseconds.
The current duration.
Sets the duration of one animation step in milliseconds.
The duration in milliseconds.
Generated using TypeDoc
An Animator with easing and configurable durations and delays.