mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 01:30:28 +08:00
Fixing the shaking when execute in some browsers.
This commit is contained in:
parent
2649d91d18
commit
3ca671fe60
1
css/font-awesome.css
vendored
1
css/font-awesome.css
vendored
@ -82,6 +82,7 @@
|
||||
-moz-animation: spin 2s infinite linear;
|
||||
-o-animation: spin 2s infinite linear;
|
||||
animation: spin 2s infinite linear;
|
||||
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'1\'/></filter>http://www.w3.org/2000/svg\</svg>#grayscale");
|
||||
}
|
||||
@-moz-keyframes spin {
|
||||
0% {
|
||||
|
Loading…
Reference in New Issue
Block a user