Expand description
Generic values for properties related to animations and transitions.
Re-exports§
pub use self::GenericAnimationDuration as AnimationDuration;pub use self::GenericViewFunction as ViewFunction;pub use self::GenericAnimationTimeline as AnimationTimeline;pub use self::GenericViewTimelineInset as ViewTimelineInset;pub use self::GenericAnimationRangeValue as AnimationRangeValue;pub use self::GenericAnimationRangeStart as AnimationRangeStart;pub use self::GenericAnimationRangeEnd as AnimationRangeEnd;
Structs§
- Generic
Animation Range End - A value for animation-range-end.
- Generic
Animation Range Start - A value for animation-range-start.
- Generic
Animation Range Value - A value for animation-range-start or animation-range-end.
- Generic
View Function - The view() notation. https://drafts.csswg.org/scroll-animations-1/#view-notation
- Generic
View Timeline Inset - A generic value for the
[ [ auto | <length-percentage> ]{1,2} ].
Enums§
- Generic
Animation Duration - The
animation-durationproperty. - Generic
Animation Timeline - A value for the
.