Skip to content

Instantly share code, notes, and snippets.

View sebakerckhof's full-sized avatar

Seba Kerckhof sebakerckhof

  • Happy Rainbow Factory
  • Belgium
View GitHub Profile
@sebakerckhof
sebakerckhof / dabblet.css
Created December 13, 2013 15:05 — forked from anonymous/dabblet.css
Attempt for Chrome-style progress-indicator with SVG and CSS animations
/**
* Attempt for Chrome-style progress-indicator with SVG and CSS animations
*/
@keyframes spin {
0% {
stroke: #00aeef
}
37.5% {
stroke: #ed1c24;