mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
Update _spinning.scss
This commit is contained in:
parent
0fee31c8be
commit
b19a4e5a4a
10
src/assets/font-awesome/scss/_spinning.scss
vendored
10
src/assets/font-awesome/scss/_spinning.scss
vendored
@ -36,10 +36,10 @@
|
|||||||
|
|
||||||
|
|
||||||
.#{$fa-css-prefix}-spin2 {
|
.#{$fa-css-prefix}-spin2 {
|
||||||
-webkit-animation: spin2 .8s infinite cubic-bezier(0,1,0,1);
|
-webkit-animation: spin2 .8s infinite steps(1,end);
|
||||||
-moz-animation: spin2 .8s infinite cubic-bezier(0,1,0,1);
|
-moz-animation: spin2 .8s infinite steps(1,end);
|
||||||
-o-animation: spin2 .8s infinite cubic-bezier(0,1,0,1);
|
-o-animation: spin2 .8s infinite steps(1,end);
|
||||||
animation: spin2 .8s infinite cubic-bezier(0,1,0,1);
|
animation: spin2 .8s infinite steps(1,end);
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-keyframes spin2 {
|
@-moz-keyframes spin2 {
|
||||||
@ -112,4 +112,4 @@
|
|||||||
-webkit-transform: rotate(359deg);
|
-webkit-transform: rotate(359deg);
|
||||||
transform: rotate(359deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user