| Class | Description | |
|---|---|---|
rotateSets rotation via --rotate. E.g. 45deg, -90deg. CSS Rules Usage
The .rotate
class is flagged as a value-driven selector.
The variable --rotate is required. Responsive
Prefix
States
States are generated dynamically at runtime and always
come last. Append a state like
Supported pseudo-classes: Group Hover Example
The Pseudo-Elements
The Shorthand
Value-driven classes support a shorthand syntax like CLS Alert
This feature may cause CLS (Cumulative Layout
Shift). Make sure to include a
| .rotate | Sets rotation via --rotate. E.g. 45deg, -90deg. |
rotate-xSets 3D X-axis rotation via --rotate-x. E.g. 180deg. CSS Rules Usage
The .rotate-x
class is flagged as a value-driven selector.
The variable --rotate-x is required. Responsive
Prefix
States
States are generated dynamically at runtime and always
come last. Append a state like
Supported pseudo-classes: Group Hover Example
The Pseudo-Elements
The Shorthand
Value-driven classes support a shorthand syntax like CLS Alert
This feature may cause CLS (Cumulative Layout
Shift). Make sure to include a
| .rotate-x | Sets 3D X-axis rotation via --rotate-x. E.g. 180deg. |
rotate-ySets 3D Y-axis rotation via --rotate-y. E.g. 180deg. CSS Rules Usage
The .rotate-y
class is flagged as a value-driven selector.
The variable --rotate-y is required. Responsive
Prefix
States
States are generated dynamically at runtime and always
come last. Append a state like
Supported pseudo-classes: Group Hover Example
The Pseudo-Elements
The Shorthand
Value-driven classes support a shorthand syntax like CLS Alert
This feature may cause CLS (Cumulative Layout
Shift). Make sure to include a
| .rotate-y | Sets 3D Y-axis rotation via --rotate-y. E.g. 180deg. |
rotate-zRotates an element around the z-axis via --rotate-z, composing with other transform variables. CSS Rules Usage
The .rotate-z
class is flagged as a value-driven selector.
The variable --rotate-z is required. Responsive
Prefix
States
States are generated dynamically at runtime and always
come last. Append a state like
Supported pseudo-classes: Group Hover Example
The Pseudo-Elements
The Shorthand
Value-driven classes support a shorthand syntax like CLS Alert
This feature may cause CLS (Cumulative Layout
Shift). Make sure to include a
| .rotate-z | Rotates an element around the z-axis via --rotate-z, composing with other transform variables. |
rotate-noneResets rotation by setting transform to none. CSS Rules Usage Responsive
Prefix
States
States are generated dynamically at runtime and always
come last. Append a state like
Supported pseudo-classes: Group Hover Example
The Pseudo-Elements
The | .rotate-none | Resets rotation by setting transform to none. |