Skip to content

Instantly share code, notes, and snippets.

@dubilla
dubilla / index.html
Created September 5, 2012 23:46
Just a very simple css3 spinner made with only 2 divs, it will work on every browsers except IE because it doesn't support css animations.
<div class="spinner">
<span class="mask"></span>
</div>
@dubilla
dubilla / index.html
Created September 5, 2012 23:46
Just a very simple css3 spinner made with only 2 divs, it will work on every browsers except IE because it doesn't support css animations. You only have to change the LESS variables a the top of the css and it'll do the trick :)
<div class="spinner">
<span class="mask"></span>
</div>