length property

CSSPerspectiveValue get length

The length property of the CSSPerspective interface sets the distance from z=0.

It is used to apply a perspective transform to the element and its content. If the value is 0 or a negative number, no perspective transform is applied.

Implementation

external CSSPerspectiveValue get length;
set length (CSSPerspectiveValue value)

Implementation

external set length(CSSPerspectiveValue value);