Update _spinning.scss

This commit is contained in:
Sébastien ALFAIATE 2014-09-05 17:10:01 +02:00
parent 0fee31c8be
commit b19a4e5a4a

View File

@ -36,10 +36,10 @@
.#{$fa-css-prefix}-spin2 {
-webkit-animation: spin2 .8s infinite cubic-bezier(0,1,0,1);
-moz-animation: spin2 .8s infinite cubic-bezier(0,1,0,1);
-o-animation: spin2 .8s infinite cubic-bezier(0,1,0,1);
animation: spin2 .8s infinite cubic-bezier(0,1,0,1);
-webkit-animation: spin2 .8s infinite steps(1,end);
-moz-animation: spin2 .8s infinite steps(1,end);
-o-animation: spin2 .8s infinite steps(1,end);
animation: spin2 .8s infinite steps(1,end);
}
@-moz-keyframes spin2 {
@ -112,4 +112,4 @@
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
}