Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Draft
This page is not complete.
The CSSTransformComponent
interface of the of the CSS Typed Object Model API is part of the CSSTransformValue
interface.
Properties
CSSTransformComponent.is2D
Read only- Returns a boolean indicting whether the transform is 2D or 3D.
Methods
CSSTransformComponent.toMatrix()
- Returns a new
DOMMatrix
object. CSSTransformComponent.toString()
- Returns a string in the form of a CSS Transforms matrix() function.
Examples
To do
Specifications
Specification | Status | Comment |
---|---|---|
CSS Typed OM Level 1 The definition of 'CSSTransformComponent' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser