To spin your Font Awesome Icon add this to your code., fa-spin to the end of your code.
For Blinking Font Awesome Icons, add this code to your xenForo extra.less
How to make your Font Awesome spin and or blink
Code:
<i class="fas fa-gavel fa-spin"></i>Code:
.blink {
animation: blink 2s steps(5, start) infinite;
-webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
to {
visibility: hidden;
}
}
@-webkit-keyframes blink {
to {
visibility: hidden...source https://xfworld.net/threads/how-to-make-your-font-awesome-spin-and-or-blink.43210/
No comments:
Post a Comment