Expand description
Specified types for CSS values that are related to transformations.
Re-exports§
pub use crate::values::generics::transform::TransformStyle;
Enums§
- Origin
Component - The specified value of a component of a CSS
<transform-origin>
. - Transform
Box - The specified value of
transform-box
. https://drafts.csswg.org/css-transforms-1/#transform-box
Functions§
Type Aliases§
- Rotate
- A specified CSS
rotate
- Scale
- A specified CSS
scale
- Transform
- A specified CSS
transform
- Transform
Operation - A single operation in a specified CSS
transform
- Transform
Origin - The specified value of a CSS
<transform-origin>
- Translate
- A specified CSS
translate