How to add loading amination inhtml | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add loading amination inhtml

22nd Dec 2020, 3:24 PM
Ujjawal Mishra
Ujjawal Mishra - avatar
3 Answers
+ 5
Ujjawal Mishra You can also use jquery for making pre-loader $(function(){ setTimeout(function(){ //Loader //$("").show() },4000) $("").hide() })
22nd Dec 2020, 3:39 PM
ㅤㅤㅤ
22nd Dec 2020, 3:32 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 1
The method is by using a Javascript setTimeout() function. See the demo here. https://code.sololearn.com/Wia64KQeQ6p8/?ref=app You can customize it in your own way by adding custom loader image, or loader div, etc.
22nd Dec 2020, 3:39 PM
Bibek Oli
Bibek Oli - avatar