Skip to content

Instantly share code, notes, and snippets.

View gyndar's full-sized avatar

Gyndar gyndar

  • 12:12 (UTC +11:00)
View GitHub Profile
@gubi
gubi / fa-bounce.css
Last active October 15, 2025 07:38
Pulse animation for FontAwesome icons
.fa-bounce {
display: inline-block;
position: relative;
-moz-animation: bounce 1s infinite linear;
-o-animation: bounce 1s infinite linear;
-webkit-animation: bounce 1s infinite linear;
animation: bounce 1s infinite linear;
}
@-webkit-keyframes bounce {