Interface CSSPerspective
interface CSSPerspective {
is2D: boolean;
length: CSSPerspectiveValue;
toMatrix(): DOMMatrix;
toString(): string;
}
is2D: boolean;
length: CSSPerspectiveValue;
toMatrix(): DOMMatrix;
toString(): string;
}
Hierarchy
- CSSTransformComponent
- CSSPerspective (view full)
MDN Reference