mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
Merge pull request #13913 from hnrch02/webkit-keyframes
Partly revert cb7eb674ac
This commit is contained in:
commit
c975f42e04
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,13 @@
|
|||
// Bar animations
|
||||
// -------------------------
|
||||
|
||||
// WebKit
|
||||
@-webkit-keyframes progress-bar-stripes {
|
||||
from { background-position: 40px 0; }
|
||||
to { background-position: 0 0; }
|
||||
}
|
||||
|
||||
// Spec and IE10+
|
||||
@keyframes progress-bar-stripes {
|
||||
from { background-position: 40px 0; }
|
||||
to { background-position: 0 0; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue