Returns the x,y translation component of any CSS transforms applied to the
element, in pixels.
Arguments:
Returns: !goog.math.Coordinate
The CSS translation of the element in px.
|
code » | ||
Whether CSS3 transform translate3d() is supported. If the current browser
supports this transform strategy.
Returns: boolean
Whether the current environment supports CSS3 transforms.
|
code » | ||
Whether CSS3 transform translate() is supported. IE 9 supports 2D transforms
and IE 10 supports 3D transforms. IE 8 supports neither.
Returns: boolean
Whether the current environment supports CSS3 transforms.
|
code » | ||
![]()
Gets the constructor for a CSSMatrix object.
Returns: ?function(new:CSSMatrix, string)
A constructor for a CSSMatrix
object (or null).
|
code » | ||
Translates an element's position using the CSS3 transform property.
|
code » |