start method

Animation start()

Start this animation.

This adds the Animation to its AnimationManager's list of active animations. The AnimationManager is inferred from the list of objects to be animated, by inspecting their Diagram.

This does nothing if there are no objects to animate. @return {Animation} this Animation

Implementation

_i3.Animation start() => _i4.callMethod(
      this,
      'start',
      [],
    );