Package-level declarations
Types
The Animation interface of the Web Animations API represents a single animation player and provides playback controls and a timeline for an animation node or source.
The AnimationEffect interface of the Web Animations API is an interface representing animation effects.
The AnimationEvent interface represents events providing information related to animations.
The AnimationPlaybackEvent interface of the Web Animations API represents animation events.
The AnimationTimeline interface of the Web Animations API represents the timeline of an animation.
The DocumentTimeline interface of the Web Animations API represents animation timelines, including the default document timeline (accessed via Document.timeline).
The KeyframeEffect interface of the Web Animations API lets us create sets of animatable properties and values, called keyframes. These can then be played using the Animation.Animation constructor.
The ScrollTimeline interface of the Web Animations API represents a scroll progress timeline (see CSS scroll-driven animations for more details).
The ViewTimeline interface of the Web Animations API represents a view progress timeline (see CSS scroll-driven animations for more details).