A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/CSSTransformComponent below:

CSSTransformComponent - Web APIs | MDN

CSSTransformComponent

Limited availability

The CSSTransformComponent interface of the CSS Typed Object Model API is part of the CSSTransformValue interface.

Instance properties
CSSTransformComponent.is2D Read only

Returns a boolean indicting whether the transform is 2D or 3D.

Instance methods
CSSTransformComponent.toMatrix()

Returns a new DOMMatrix object.

CSSTransformComponent.toString()

A string in the form of a CSS transform function.

This will use the value of is2D to return either a 2D or 3D transform. For example if the component represents CSSRotate and is2D is false then the string returned will be in the form of the CSS transformation rotate3D() function. If true the string returned will be in the form of the 2-dimensional rotate3D() function.

Examples

To do

Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4