Type Alias PerspectiveFunction

Source
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), }

Variants§

§

None

none

§

Length(CSSPixelLength)

A <length>.