mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
Added rule to make .fa-spinner.spin step
Smooth spinning of .fa-spinner looks silly. I made it step and now it looks nice!
This commit is contained in:
parent
a65bd93d81
commit
bf0cacace1
4
css/font-awesome.css
vendored
4
css/font-awesome.css
vendored
@ -80,6 +80,10 @@
|
|||||||
-webkit-animation: fa-spin 2s infinite linear;
|
-webkit-animation: fa-spin 2s infinite linear;
|
||||||
animation: fa-spin 2s infinite linear;
|
animation: fa-spin 2s infinite linear;
|
||||||
}
|
}
|
||||||
|
.fa-spinner.fa-spin {
|
||||||
|
-webkit-animation-timing-function: steps(8, end);
|
||||||
|
animation-timing-function: steps(8, end);
|
||||||
|
}
|
||||||
@-webkit-keyframes fa-spin {
|
@-webkit-keyframes fa-spin {
|
||||||
0% {
|
0% {
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
|
Loading…
Reference in New Issue
Block a user