pub type PerspectiveFunction = PerspectiveFunction<Length>;
Expand description
The computed value of the perspective()
transform function.
Aliased Type§
#[repr(C, u8)]pub enum PerspectiveFunction {
None,
Length(CSSPixelLength),
}
pub type PerspectiveFunction = PerspectiveFunction<Length>;
The computed value of the perspective()
transform function.
#[repr(C, u8)]pub enum PerspectiveFunction {
None,
Length(CSSPixelLength),
}