Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c975f42e
Commit
c975f42e
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #13913 from hnrch02/webkit-keyframes
Partly revert
cb7eb674
parents
15c63fa1
e9ac7c1e
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/progress-bars.less
+7
-0
less/progress-bars.less
with
7 additions
and
0 deletions
+7
-0
less/progress-bars.less
+
7
-
0
View file @
c975f42e
...
@@ -6,6 +6,13 @@
...
@@ -6,6 +6,13 @@
// Bar animations
// 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 {
@keyframes progress-bar-stripes {
from { background-position: 40px 0; }
from { background-position: 40px 0; }
to { background-position: 0 0; }
to { background-position: 0 0; }
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment