+ 10
How stop the loading tag in css
if it is possible to stop the animation for loading as give it time to turn https://code.sololearn.com/W4xXQQHzJC63/?ref=app
7 Answers
+ 3
https://code.sololearn.com/Wiv2w3o6fUYD/?ref=app
+ 9
how can i do it ?
+ 8
thank Shudarshan Rai
and can i write displaye an other tag as div to write text when the animation ended
+ 8
thank vm good friend
+ 6
In line 13,14 change infinite to desired number that you want run animation
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
example đ
-webkit-animation: spin 2s linear 2;
animation: spin 2s linear 2;
it runs 2 times and stop's
+ 5
yes
+ 4
you have to use javascript wait, I will send you code