Why does this code move backwards? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why does this code move backwards?

Could someone take a look at the CSS (@keydrames) and tell me why it moves positive then negative (it was regionally set to positive). -> https://code.sololearn.com/WsjQP79m6XxH/?ref=app

15th Apr 2019, 7:40 PM
Ginfio
Ginfio - avatar
3 Answers
15th Apr 2019, 8:57 PM
Robin R.
Robin R. - avatar
+ 1
@keyframes learn{ 100%{transform: rotateZ(360deg); transform-origin:50% 100%; }}
15th Apr 2019, 8:11 PM
Robin R.
Robin R. - avatar
+ 1
25% makes it stop and go back apparently
15th Apr 2019, 8:11 PM
Robin R.
Robin R. - avatar