CSSPerspective

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The CSSPerspective interface of the CSS Typed Object Model API represents the perspective() value of the individual transform property in CSS. It inherits properties and methods from its parent CSSTransformValue.

CSSTransformComponent CSSPerspective

Constructor

CSSPerspective()

Creates a new CSSPerspective object.

Instance properties

length

Returns or sets the distance from z=0.

Examples

To do

Specifications

This feature is defined in the following specifications:

Browser compatibility