How can I make the loader rotate in anti-clockwise direction? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How can I make the loader rotate in anti-clockwise direction?

https://code.sololearn.com/WQxkvVREn9mS/?ref=app

22nd Oct 2017, 8:45 AM
B.D
B.D - avatar
4 Antworten
+ 9
Swap the 0deg and 360deg rotation amounts in the keyframes.
22nd Oct 2017, 8:52 AM
Tamra
Tamra - avatar
+ 6
Change to -360deg @keyframes spin { 0% { transform: rotate(-360deg); }
22nd Oct 2017, 9:22 AM
Calviղ
Calviղ - avatar
+ 1
Thanks
22nd Oct 2017, 8:55 AM
B.D
B.D - avatar
+ 1
Thanks
22nd Oct 2017, 11:19 AM
B.D
B.D - avatar