Featured

CSS3 2D Transforms Methods (Table)


Function Description
matrix(n,n,n,n,n,n) Defines a 2D transformation, using a matrix of six values
translate(x,y) Defines a 2D translation, moving the element along the X-axis and Y-axis
translateX(n) Defines a 2D translation, moving the element along X-axis
translateY(n) Defines a 2D translation, moving the element along Y-axis
scale(x,y) Defines a 2D scale transformation, changing the element's width and height
scaleX(n) Defines a 2D scale transformation, changing the element's width
scaleY(n) Defines a 2D scale transformation, changing the element's height
rotate(angle) Defines a 2D rotation, the angle is specified in the parameters
skew(x-angle,y-angle) Defines a 2D skew transformation along the X-axis and Y-axis
skewX(angle) Defines a 2D skew transformation along the X-axis
skewY(angle) Defines a 2D skew transformation along the Y-axis

quoted form: W3Schools.com\
author

Muhammad Arslan Aslam

I am a Full Time Student and occasional blogger. Software Engineering student with wide experience and interest in Front-End Web Development. You can find me on my profiles listed below and can get in touch any time.

Get Free Email Updates to your Inbox!

Post a Comment

Suggestions will be greeted.

www.CodeNirvana.in

Copyright © CSS3 (Web Designing) | Designed By Code Nirvana