mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 06:21:32 +08:00
Merge branch 'master' of https://github.com/l-lin/font-awesome-animation
This commit is contained in:
commit
621c1760cb
@ -215,6 +215,20 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="animation">
|
||||||
|
<div class="font-animation">
|
||||||
|
<a href="#">
|
||||||
|
<i class="fa fa-envelope faa-shake animated"></i>
|
||||||
|
faa-shake animated
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="font-animation">
|
||||||
|
<a href="#">
|
||||||
|
<i class="fa fa-envelope faa-shake animated-hover"></i>
|
||||||
|
faa-shake animation-hover
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
5
dist/font-awesome-animation.css
vendored
5
dist/font-awesome-animation.css
vendored
@ -403,3 +403,8 @@
|
|||||||
-ms-animation: pulse 2s linear infinite;
|
-ms-animation: pulse 2s linear infinite;
|
||||||
animation: pulse 2s linear infinite;
|
animation: pulse 2s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* SHAKE */
|
||||||
|
.faa-shake.animated, .faa-shake.animated-hover:hover {
|
||||||
|
-webkit-animation: wrench 2.5s ease 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
@ -400,3 +400,8 @@
|
|||||||
-ms-animation: pulse 2s linear infinite;
|
-ms-animation: pulse 2s linear infinite;
|
||||||
animation: pulse 2s linear infinite;
|
animation: pulse 2s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* SHAKE */
|
||||||
|
.faa-shake.animated, .faa-shake.animated-hover:hover {
|
||||||
|
-webkit-animation: wrench 2.5s ease infinite;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user