CSS TRANSFORM

RotateX °
RotateY °
RotateZ °
SkewX °
SkewY °
ScaleX
ScaleY
MoveX   px
MoveY   px
RotateX °
RotateY °
RotateZ °
SkewX °
SkewY °
ScaleX
ScaleY
MoveX   px
MoveY   px
Off On
MouseIn
Function
Duration
s
Delay
s
MouseOut
Function
Duration
s
Delay
s

CSS
Transform

Use CSS Transform property to rotate, skew, scale or move elements

CSS
Transform

Use CSS Transform property to rotate, skew, scale or move elements

CODE

 

Copied

TEMPLATES

WIKI

Using CSS Tranform property you can Rotate, Skew, Scale and Move the element.
The syntax is
transform: translate (10px 10px)
PropertyMethodX AxisY Axis
RotateX property rotates element along X Axis. Syntax is
transform: RotateX (10deg)
PropertyMethodDegree of Rotation
RotateX() method will rotate the element along x axis .
RotateX  
A

Transform: RotateX(0deg)
RotateY property rotates element along Y Axis. Syntax is
transform: RotateY (10deg)
PropertyMethodDegree of Rotation
RotateY() method will rotate the element along y axis .
RotateY  
A

Transform: RotateX(0deg)
RotateZ property rotates element along Z Axis. Syntax is
transform: RotateZ (10deg)
PropertyMethodDegree of Rotation
RotateZ() method will rotate the element along z axis .
RotateZ  
A

Transform: RotateZ(0deg)
SkewX
transform: SkewX (10deg)
PropertyMethodDegree of Rotation
SkewX() method will skew the element along x axis .
SkewX  
A

Transform: RotateZ(0deg)
SkewY
transform: SkewY (10deg)
PropertyMethodDegree of Rotation
SkewY() method will skew the element along Y axis .
SkewY  
A

Transform: RotateZ(0deg)
SkewY
transform: ScaleX (2)
PropertyMethodDegree of Rotation
ScaleX() method will Scale the element along Y axis.
ScaleX  
A

Transform: ScaleX(0)
SkewY
transform: ScaleY (2)
PropertyMethodDegree of Rotation
ScaleX() method will Scale the element along Y axis .
ScaleX  
A

Transform: ScaleY(0)
MoveX
transform: MoveX (10px)
PropertyMethodMovement in px
MoveX() method will Move the element along x axis .
translateX  
A

Transform: translateX(0px)
MoveY
transform: MoveY (10px)
PropertyMethodMovement in px
MoveY() method will Move the element along Y axis .
translateY  
A

Transform: translateY(0pxpx)