Module animation

Source
Expand description

CSS properties related to keyframe animations.

Structs§

Animation
A value for the animation shorthand property.
AnimationRange
A value for the animation-range shorthand property.
AnimationRangeEnd
A value for the animation-range-end property.
AnimationRangeStart
A value for the animation-range-start property.
ScrollTimeline
The scroll() function.
ViewTimeline
The view() function.

Enums§

AnimationAttachmentRange
A value for the animation-range-start or animation-range-end property.
AnimationComposition
A value for the animation-composition property.
AnimationDirection
A value for the animation-direction property.
AnimationFillMode
A value for the animation-fill-mode property.
AnimationIterationCount
A value for the animation-iteration-count property.
AnimationName
A value for the animation-name property.
AnimationPlayState
A value for the animation-play-state property.
AnimationTimeline
A value for the animation-timeline property.
ScrollAxis
A scroll axis, used in the scroll() function.
Scroller
A scroller, used in the scroll() function.
TimelineRangeName
A view progress timeline range

Type Aliases§

AnimationList
A list of animations.
AnimationNameList
A list of animation names.