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§
- The
ray()
function,ray( [ <angle> && <size> && contain? && [at <position>]? ] )
Enums§
- The offset-path property. offset-path: none |
|| - The
value. = <ray()> | | - 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. - The
in ray() function.
Functions§
- Return error if we try to deserialize the url, for Gecko IPC purposes.