Expand description
Specified types for properties related to animations and transitions.
Structs§
- A value for the
animation-name
property. - The scroll() notation. https://drafts.csswg.org/scroll-animations-1/#scroll-notation
- The typedef of scroll-timeline-name or view-timeline-name.
- The view-transition-name:
none | <custom-ident>
.
Enums§
- https://drafts.csswg.org/css-animations-2/#animation-composition
- https://drafts.csswg.org/css-animations/#propdef-animation-direction
- https://drafts.csswg.org/css-animations/#propdef-animation-fill-mode
- https://drafts.csswg.org/css-animations/#animation-iteration-count
- https://drafts.csswg.org/css-animations/#animation-play-state
- A value for the
used in scroll(), or a value for {scroll|view}-timeline-axis. - A value for the
used in scroll(). - A specified value for
. - A given transition property, that is either
All
, a longhand or shorthand property, or an unsupported or custom property.
Type Aliases§
- A specified value for the
animation-duration
property. - A specified value for the
animation-timeline
property. - A specified value for the
view-timeline-inset
property.