Which CSS property should I use for this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Which CSS property should I use for this?

I want to animate a thing for a given duration say for 3 seconds then I want the animation should take a break of upto 4 or 5 seconds(or whatever) before staring it again. What should I do for this ?

27th May 2018, 3:54 PM
Hemant Jaiswal
Hemant Jaiswal - avatar
5 Answers
+ 3
Actually, I am facing problem with this code. I am unable to give a flow in this animation. Actually, I am trying to make a loading screen https://code.sololearn.com/W53n3QWqdEQc/?ref=app
27th May 2018, 4:31 PM
Hemant Jaiswal
Hemant Jaiswal - avatar
+ 3
guys ? I want my answer
28th May 2018, 7:26 AM
Hemant Jaiswal
Hemant Jaiswal - avatar
+ 3
Boem Shakalaka I will try 😊
28th May 2018, 9:04 AM
Hemant Jaiswal
Hemant Jaiswal - avatar
+ 2
What kind of animation does it has to be? (3d or 2d and what does it has to do? With what kind of element?)
27th May 2018, 4:22 PM
***
*** - avatar
+ 2
Google for JavaScript, CSS and HTML loading screen. Maybe use JQuery. For the spinner you can look up: font-awesome. They have some build in css spinners.
28th May 2018, 7:52 AM
***
*** - avatar