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