comment for progress bars firefox keyframes

This commit is contained in:
Mark Otto 2012-01-28 14:20:27 -08:00
parent ab20c921df
commit d96c0c781d
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
to { background-position: 40px 0; }
}
// Firefox
@-moz-keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }