Please help me change the bar backward as an animation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please help me change the bar backward as an animation

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

2nd Oct 2020, 7:36 PM
Abat
Abat - avatar
3 Answers
+ 2
Ok It’s actually very easy took me 5 minutes @keyframes all{ 0%{ left:26px; top:-7px; } 25%{ left:18px; top:1px; } 50%{ left:12px; top:5px; } 75%{ left:6px; top:10px; } 100%{ left:-3px; top:15px; } } change this in your css code Glad to help!
2nd Oct 2020, 8:45 PM
Hashim
0
Thanks alot man
2nd Oct 2020, 9:22 PM
Abat
Abat - avatar
0
Glad to help I am here if you need anything
2nd Oct 2020, 10:35 PM
Hashim