Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 1, 2012 20:31
Show Gist options
  • Save NapoleonWils0n/3996291 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3996291 to your computer and use it in GitHub Desktop.
css: progress bar
#progress {
background: white url('progressbar.png') repeat-x 0 0;
}
@webkit-keyframes spin {
from { background-origin: 32px 0; }
to { background-origin: 0 0; }
}
.running {
-webkit-animation: spin 1s infinite linear;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment