The animation delay
The animation duration
Sets the animation easing function
The initial state of the animation parameter
The function that is called each frame. Update the target of the animation here. progress is between 0 and 1.
The function that is called after the animation has finished.
The final state of the animation parameter
Cancel the animation. onCompleted will not be called
Reset the animation to its initial state. If reset while running or onCompleted, the animation will remain in the list and run again.
Advance the animation according to the time elapsed since the last frame
Generated using TypeDoc
Defines Animations that can be applied directly to a SciChartSurface in SciChart's High Performance Real-time JavaScript Charts
When creating the animation, use the options to specify what to update