Reputation: 43
how can I achive something similar to youdemy's way of loading pages ? as you can see the divs/ the page content is grayed out initially and once the page loads the content appears.
How can I achieve something similar to this ?
Upvotes: 3
Views: 2011
Reputation: 1065
This type of loading is called as skeleton loading effect. You have to follow some steps to achieve this effect
js
loading script and load multiple skeletons till loading finished.You can follow this tutorial, if you need to clarify anything. Skeleton tutorial
Upvotes: 5