mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-01-14 01:00:30 +08:00
Update font-awesome-animation
Solved a problem in line 373. Now it can be compiled using SASS.
This commit is contained in:
parent
46ae71901a
commit
3c0ea33214
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user