timeline property

AnimationTimeline? get timeline

The Animation.timeline property of the Animation interface returns or sets the AnimationTimeline associated with this animation. A timeline is a source of time values for synchronization purposes, and is an AnimationTimeline-based object. By default, the animation's timeline and the Document's timeline are the same.

Implementation

external AnimationTimeline? get timeline;
set timeline (AnimationTimeline? value)

Implementation

external set timeline(AnimationTimeline? value);