mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-01-15 01:30:31 +08:00
Correct faa-passing-reverse animation #15
This commit is contained in:
parent
c2d0c4aad6
commit
25fe04a610
2
dist/font-awesome-animation.css
vendored
2
dist/font-awesome-animation.css
vendored
@ -1045,7 +1045,7 @@
|
|||||||
|
|
||||||
.faa-passing-reverse.animated,
|
.faa-passing-reverse.animated,
|
||||||
.faa-passing-reverse.animated-hover:hover,
|
.faa-passing-reverse.animated-hover:hover,
|
||||||
.faa-parent.animated-hover:hover > .faa-passing {
|
.faa-parent.animated-hover:hover > .faa-passing-reverse {
|
||||||
-webkit-animation: passing-reverse 2s linear infinite;
|
-webkit-animation: passing-reverse 2s linear infinite;
|
||||||
animation: passing-reverse 2s linear infinite;
|
animation: passing-reverse 2s linear infinite;
|
||||||
}
|
}
|
||||||
|
2
dist/font-awesome-animation.min.css
vendored
2
dist/font-awesome-animation.min.css
vendored
File diff suppressed because one or more lines are too long
@ -303,7 +303,7 @@
|
|||||||
|
|
||||||
.faa-passing-reverse.animated,
|
.faa-passing-reverse.animated,
|
||||||
.faa-passing-reverse.animated-hover:hover,
|
.faa-passing-reverse.animated-hover:hover,
|
||||||
.faa-parent.animated-hover:hover > .faa-passing {
|
.faa-parent.animated-hover:hover > .faa-passing-reverse {
|
||||||
animation: passing-reverse 2s linear infinite;
|
animation: passing-reverse 2s linear infinite;
|
||||||
}
|
}
|
||||||
.faa-passing-reverse.animated.faa-fast,
|
.faa-passing-reverse.animated.faa-fast,
|
||||||
|
Loading…
Reference in New Issue
Block a user