Expand description
Specified types for properties related to animations and transitions.
Structs§
- Animation
Name - A value for the
animation-name
property. - Scroll
Function - The scroll() notation. https://drafts.csswg.org/scroll-animations-1/#scroll-notation
- Timeline
Name - The typedef of scroll-timeline-name or view-timeline-name.
- View
Transition Class - The view-transition-class:
none | <custom-ident>+
.
Enums§
- Animation
Composition - https://drafts.csswg.org/css-animations-2/#animation-composition
- Animation
Direction - https://drafts.csswg.org/css-animations/#propdef-animation-direction
- Animation
Fill Mode - https://drafts.csswg.org/css-animations/#propdef-animation-fill-mode
- Animation
Iteration Count - https://drafts.csswg.org/css-animations/#animation-iteration-count
- Animation
Play State - https://drafts.csswg.org/css-animations/#animation-play-state
- Scroll
Axis - A value for the
used in scroll(), or a value for {scroll|view}-timeline-axis. - Scroller
- A value for the
used in scroll(). - Transition
Behavior - A specified value for
. - Transition
Property - A given transition property, that is either
All
, a longhand or shorthand property, or an unsupported or custom property. - View
Transition Name - The view-transition-name:
none | <custom-ident> | match-element
.
Type Aliases§
- Animation
Duration - A specified value for the
animation-duration
property. - Animation
Timeline - A specified value for the
animation-timeline
property. - View
Timeline Inset - A specified value for the
view-timeline-inset
property.