How stop the loading tag in css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

11th Jun 2018, 6:08 PM
Rassoul
Rassoul - avatar
7 Answers
+ 3
https://code.sololearn.com/Wiv2w3o6fUYD/?ref=app
11th Jun 2018, 6:35 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 9
how can i do it ?
11th Jun 2018, 6:19 PM
Rassoul
Rassoul - avatar
+ 8
thank Shudarshan Rai and can i write displaye an other tag as div to write text when the animation ended
11th Jun 2018, 6:16 PM
Rassoul
Rassoul - avatar
+ 8
thank vm good friend
11th Jun 2018, 6:41 PM
Rassoul
Rassoul - avatar
+ 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
11th Jun 2018, 6:12 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 5
yes
11th Jun 2018, 6:17 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 4
you have to use javascript wait, I will send you code
11th Jun 2018, 6:23 PM
Sudarshan Rai
Sudarshan Rai - avatar