0
4.2kviews
Explain CSS3 Transformations with example
1 Answer
| written 9.4 years ago by |
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 …