This commit is contained in:
l-lin 2014-03-07 21:14:47 +01:00
commit 621c1760cb
4 changed files with 29 additions and 5 deletions

View File

@ -215,6 +215,20 @@
</a>
</div>
</div>
<div class="animation">
<div class="font-animation">
<a href="#">
<i class="fa fa-envelope faa-shake animated"></i>
&nbsp;faa-shake animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-envelope faa-shake animated-hover"></i>
&nbsp;faa-shake animation-hover
</a>
</div>
</div>
</div>
</section>
</article>

View File

@ -403,3 +403,8 @@
-ms-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;
}

File diff suppressed because one or more lines are too long

View File

@ -400,3 +400,8 @@
-ms-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;
}