0
Transform Property in css
How to use two transform value in a single element. Like element translateX to 10px and also scale 1.5
2 Respostas
+ 3
"transform:translateX(10px) scale(1.5);"
Don't forget to give space between them.
+ 2
It's worked!!
How to use two transform value in a single element. Like element translateX to 10px and also scale 1.5