pub type Perspective = GenericPerspective<NonNegativeLength>;
Expand description
A computed value for the perspective
property.
Aliased Type§
enum Perspective {
Length(NonNegative<CSSPixelLength>),
None,
}
pub type Perspective = GenericPerspective<NonNegativeLength>;
A computed value for the perspective
property.
enum Perspective {
Length(NonNegative<CSSPixelLength>),
None,
}