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§
- Generic
RayFunction - The
ray()
function,ray( [ <angle> && <size> && contain? && [at <position>]? ] )
Enums§
- Generic
Offset Path - The offset-path property.
offset-path: none |
|| - Generic
Offset Path Function - The
value. = <ray()> | | - Generic
Offset Position - 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.