CSSPerspective
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
TheCSSPerspective interface of theCSS Typed Object Model API represents theperspective() value of the individualtransform property in CSS. It inherits properties and methods from its parentCSSTransformValue.
In this article
Constructor
CSSPerspective()Creates a new
CSSPerspectiveobject.
Instance properties
lengthReturns or sets the distance from z=0.
Examples
To do
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # cssperspective> |