stop method
Stops a running Animation and updates the animating objects to their final state.
If an animation was about to begin, it is cancelled. @return {Animation} this Animation
Implementation
_i3.Animation stop() => _i4.callMethod(
this,
'stop',
[],
);