0
Css transform:scale(); not working..(solved)
https://code.sololearn.com/Wq0t9SRkTz2B/?ref=app Go to css and go to line 289. You will see #earth:active #rocket1 { ..... } I am able zoom (transform scale for earth) but not able zoom(transform scale for rocket) why anyone define it.
3 Answers
+ 8
ātransform: scale(0.2px);
ā
transform: scale(0.2);
Because you are talking how much time you want to scale any element . So there is no use of px there
+ 4
Welcome Abishek Ganesh B S
+ 1
ä¹Ūäø¹āØć©Ś©å»¾Ūä¹ćթгą¹ć thx so much