Module motion

Source
Expand description

Generic types for CSS Motion Path.

Re-exports§

pub use self::GenericRayFunction as RayFunction;
pub use self::GenericOffsetPathFunction as OffsetPathFunction;
pub use self::GenericOffsetPath as OffsetPath;
pub use self::GenericOffsetPosition as OffsetPosition;

Structs§

GenericRayFunction
The ray() function, ray( [ <angle> && <size> && contain? && [at <position>]? ] )

Enums§

GenericOffsetPath
The offset-path property. offset-path: none | ||
GenericOffsetPathFunction
The value. = <ray()> | |
GenericOffsetPosition
The offset-position property, which specifies the offset starting position that is used by the functions if they don’t specify their own starting position.
RaySize
The in ray() function.

Functions§

deserialize_url 🔒
Return error if we try to deserialize the url, for Gecko IPC purposes.