Skip to content

Instantly share code, notes, and snippets.

@mikeprevette
mikeprevette / dabblet.css
Created March 22, 2014 18:56 — 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 {
to {
stroke-dashoffset: -65;
}
}
@mikeprevette
mikeprevette / dabblet.css
Created March 22, 2014 18:58 — 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;