Animates a NumberRange with a start, to value over a specified duration and with an optional completed and easing function
The start value to animate
The end value to animate
The duration of the animation in milliseconds
A callback function which is called with intermediate values
A callback function which is called when the animation completes
An optional easing function. See IEasingMap for a list of values
Generated using TypeDoc
A class for animating a value of type NumberRange. Used throughout SciChart to animate AxisCore.visibleRange when zooming or panning.