Expand description
CSS properties related to keyframe animations.
Structs§
- Animation
- A value for the animation shorthand property.
- Animation
Range - A value for the animation-range shorthand property.
- Animation
Range End - A value for the animation-range-end property.
- Animation
Range Start - A value for the animation-range-start property.
- Scroll
Timeline - The scroll() function.
- View
Timeline - The view() function.
Enums§
- Animation
Attachment Range - A value for the animation-range-start or animation-range-end property.
- Animation
Composition - A value for the animation-composition property.
- Animation
Direction - A value for the animation-direction property.
- Animation
Fill Mode - A value for the animation-fill-mode property.
- Animation
Iteration Count - A value for the animation-iteration-count property.
- Animation
Name - A value for the animation-name property.
- Animation
Play State - A value for the animation-play-state property.
- Animation
Timeline - A value for the animation-timeline property.
- Scroll
Axis - A scroll axis, used in the
scroll()
function. - Scroller
- A scroller, used in the
scroll()
function. - Timeline
Range Name - A view progress timeline range
Type Aliases§
- Animation
List - A list of animations.
- Animation
Name List - A list of animation names.