Type Alias style::values::computed::transform::PerspectiveFunction

source ·
pub type PerspectiveFunction = PerspectiveFunction<Length>;
Expand description

The computed value of the perspective() transform function.

Aliased Type§

enum PerspectiveFunction {
    None,
    Length(CSSPixelLength),
}

Variants§

§

None

none

§

Length(CSSPixelLength)

A <length>.