![]() |
CSS Transform Property Guide
The transform property applies a 2D or 3D transformation to an element. This property allows you to rotate, scale, move, skew, etc., elements.
- translate(x, y) Defines a horizontal and vertical movement. - translateX(x) Defines a horizonal movement. - translateY(y) Defines a vertical movement. - scale(x, y) Defines scaling on X and Y axis. - scaleX(x) Defines scaling on X axis. - scaleY(y) Defines scaling on Y axis. - rotate(deg) Defines rotation by the angle specified in the parameter. - skew(x angle, y angle) Defines skew transformation along the X and Y axis. |
Thank you very much for sharing this forum thread post.
|
All times are GMT -7. The time now is 06:32 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.