Update spinning.less

This commit is contained in:
Sébastien ALFAIATE 2014-09-05 17:09:24 +02:00
parent 18bd3defa2
commit 0fee31c8be

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 {