mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-27 05:51:31 +08:00
16 lines
486 B
SCSS
16 lines
486 B
SCSS
.faa-shake.animated,
|
|
.faa-shake.animated-hover:hover,
|
|
.faa-parent.animated-hover:hover > .faa-shake {
|
|
animation: wrench 2.5s ease infinite;
|
|
}
|
|
.faa-shake.animated.faa-fast,
|
|
.faa-shake.animated-hover.faa-fast:hover,
|
|
.faa-parent.animated-hover:hover > .faa-shake.faa-fast {
|
|
animation: wrench 1.2s ease infinite;
|
|
}
|
|
.faa-shake.animated.faa-slow,
|
|
.faa-shake.animated-hover.faa-slow:hover,
|
|
.faa-parent.animated-hover:hover > .faa-shake.faa-slow {
|
|
animation: wrench 3.7s ease infinite;
|
|
}
|