Loading animation for web development
- There's a lot of tutorials in making skeleton animation it's just that their tutorials are hard to understand.
- This repo allows you to generate skeleton loading animation in a more organize and easier manner.
Tips
- Works best when added custom height and width to elements.
- Copy/Move skeleton.css file to your css directory.
- Add this
<link rel="stylesheet" href="css/skeleton.css">
to the header of your html page.
<div class="avt-1 sk-avatar"></div>
<div class="blk-1 sk-block"></div>
<h1 class="sk-text"></h1>
<p class="sk-text"></p>