Update font-awesome-animation

Solved a problem in line 373. Now it can be compiled using SASS.
This commit is contained in:
odarriba 2014-04-16 00:27:59 +02:00
parent 46ae71901a
commit 3c0ea33214

View File

@ -367,7 +367,7 @@
100%{transform: translateY(0)}
}
.faa-float.animated, .faa-float.animated-hover:hover {
- moz-animation: float 2s linear infinite;
-moz-animation: float 2s linear infinite;
-webkit-animation: float 2s linear infinite;
-ms-animation: float 2s linear infinite;
animation: float 2s linear infinite;