Type Alias style::values::computed::box_::Perspective

source ·
pub type Perspective = GenericPerspective<NonNegativeLength>;
Expand description

A computed value for the perspective property.

Aliased Type§

enum Perspective {
    Length(NonNegative<CSSPixelLength>),
    None,
}

Variants§

§

Length(NonNegative<CSSPixelLength>)

A non-negative length.

§

None

The keyword none.