mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 09:40:27 +08:00
More tweaked
This commit is contained in:
parent
c1c733af13
commit
37f9d29389
4
css/font-awesome.css
vendored
4
css/font-awesome.css
vendored
@ -79,8 +79,8 @@
|
||||
.fa-spin {
|
||||
-webkit-animation: fa-spin 2s infinite linear;
|
||||
animation: fa-spin 2s infinite linear;
|
||||
-webkit-transform-origin: 50% calc(50% - 1px);
|
||||
transform-origin: 50% calc(50% - 1px);
|
||||
-webkit-transform-origin: 50% calc(50% - .5px);
|
||||
transform-origin: 50% calc(50% - .5px);
|
||||
}
|
||||
.fa-spinner.fa-spin {
|
||||
-webkit-animation-timing-function: steps(8, end);
|
||||
|
Loading…
Reference in New Issue
Block a user