Class: Animation

Animation

Base abstract class to perform Animations.

Constructor

new Animation()

Properties:
Name Type Attributes Default Description
duration Number <optional>
500 Duration in milliseconds of the animation.
loop boolean <optional>
false When true, the animation never stops (starts again when finished).
running boolean <optional>
false Read-only, returns if the animation is currently running.
items Array.<Tee.Animation> Sub-animations that are executed in parallel with self.
autoDraw boolean <optional>
true When true, the animation repaints the chart at every step.
Source:

Extends