transform: none | [ rotate( angle ) | translate( offset, offset? ) | translatex( offset ) | translatey( offset ) | translate3d( offset, offset, offset ) | scale( number, number? ) | scalex( number ) | scaley( number ) | skewx( angle ) | skewy( angle ) ]+
Initial value |
none
|
---|---|
Applies to | transformable elements |
Inherited | no |
Please note that the function translate3d()
is supported if the
Z (third) coordinate is zero, thus making it equivalent to the 2D translate()
.
Also note that this property currently does not affect SVG elements - they
need to use their own transform
attribute instead.