0
4.2kviews
Explain CSS3 Transformations with example
1 Answer
0
14views

Transform: This property takes one or more space-separated transform functions (listed below) to apply to an element, for example transform: translate (3em, -24px) scale(.8);. Transform functions can take negative values, and the default is none. The transform functions include the following:

  • translate(): Moves the element from its transform-origin along the …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.