I am trying to create a plugin to show an animated loader when page loads and when page loads finished want to show another loader, basically like fade in
/fade out
. is there any function prebuilts in wordprees. like : loadbefore loadAfter
Asked
Active
Viewed 199 times
0

Kanika
- 61
- 5
-
You have to write your own function using JS/jQuery. WordPress is PHP based CMS which won't help you accomplish that effect. – Oen44 Jul 27 '17 at 13:39
-
https://stackoverflow.com/questions/12994600/loading-screen-using-jquery – Ciccio Jul 27 '17 at 13:42
-
Possible duplicate of [Loading screen using jquery](https://stackoverflow.com/questions/12994600/loading-screen-using-jquery) – Luca Kiebel Jul 27 '17 at 13:44
-
Similar question has already been answered here. https://stackoverflow.com/questions/23906956/show-loading-icon-until-the-page-is-load – kinny94 Jul 27 '17 at 15:13