Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.12 KB

Skeleton loading

Skeleton loading

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.

Table of Contents


Installation

  • 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.

Features

  • <div class="avt-1 sk-avatar"></div>
  • <div class="blk-1 sk-block"></div>
  • <h1 class="sk-text"></h1>
  • <p class="sk-text"></p>