This is a quick and dirty translated post I wrote in French some time ago.
I was playing with some css 2D transforms when I kinda ended with this css spinner 🙂 I chose LESS and yes I could have used SASS, sorry for fan boys :P.
The spinner itself
The HTML code
<div class="loader rspin"> <span class="c"></span> <span class="d spin"><span class="e"></span></span> <span class="r r1"></span> <span class="r r2"></span> <span class="r r3"></span> <span class="r r4"></span> </div>Continue reading “A cool CSS spinner with LESS variables”