Skip to content

arsenkhachatryan/horizontal-loader-metro-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Horizontal loader in pure CSS animations

This is a horizontal loader similar to the ones in Windows 8 apps (Metro style).

No JavaScript. No GIFs. Just Pure CSS. The code is self-explanatory.

Works in every browser that supports CSS Animations: http://caniuse.com/#feat=css-animation

Demo: http://hrant-khachatrian.github.io/horizontal-loader-metro-style/

Usage

  1. Download and link to horizontal-loader.css in your HTML

  2. Add the loader div similar to this:

        <div class="loader">
            <div></div>
            <div></div>
            <div></div>
            <div></div>
            <div></div>
        </div>
  3. Test in your favorite browser (your favorite browser was not released before 2012, right?)

Feel free to fork and customize!

Licensed under the MIT License

Copyright (c) 2015 Hrant Khachatrian, Zaven Lalayan

About

Horizontal loader similar to the ones in Windows 8 with CSS animations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%