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