mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-16 02:00:28 +08:00
Update spinning.less
This commit is contained in:
parent
18bd3defa2
commit
0fee31c8be
8
src/assets/font-awesome/less/spinning.less
vendored
8
src/assets/font-awesome/less/spinning.less
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user