View Single Post
Old 04-26-2023, 01:16 AM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,229
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote