Module animation

Module animation 

Source
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§

GenericAnimationRangeEnd
A value for animation-range-end.
GenericAnimationRangeStart
A value for animation-range-start.
GenericAnimationRangeValue
A value for animation-range-start or animation-range-end.
GenericViewFunction
The view() notation. https://drafts.csswg.org/scroll-animations-1/#view-notation
GenericViewTimelineInset
A generic value for the [ [ auto | <length-percentage> ]{1,2} ].

Enums§

GenericAnimationDuration
The animation-duration property.
GenericAnimationTimeline
A value for the .

Functions§

to_css_with_default 🔒