Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   CSS Transform Property Guide (http://siteownersforums.com/showthread.php?t=983400)

sahithya 04-26-2023 01:16 AM

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.

horizontour 04-26-2023 03:44 AM

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.