2015-01-22 10:48:08 -05:00
|
|
|
<section id="animated">
|
2014-08-22 12:48:33 -04:00
|
|
|
<h2 class="page-header">
|
2015-01-22 10:48:08 -05:00
|
|
|
Animated Icons
|
2014-08-22 12:48:33 -04:00
|
|
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
2015-01-22 10:48:08 -05:00
|
|
|
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/animated.less" class="text-muted padding-right">View LESS</a>
|
|
|
|
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_animated.scss" class="text-muted">View SASS</a>
|
2014-08-22 12:48:33 -04:00
|
|
|
</div>
|
|
|
|
</h2>
|
2013-05-08 21:24:41 -04:00
|
|
|
<div class="row">
|
2013-10-06 10:46:50 -04:00
|
|
|
<div class="col-md-3 col-sm-4">
|
2013-10-23 10:19:49 -04:00
|
|
|
<p>
|
2015-01-22 11:13:02 -05:00
|
|
|
<i class="fa fa-spinner fa-spin fa-3x fa-fw margin-bottom"></i>
|
|
|
|
<i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw margin-bottom"></i>
|
|
|
|
<i class="fa fa-refresh fa-spin fa-3x fa-fw margin-bottom"></i>
|
|
|
|
<i class="fa fa-cog fa-spin fa-3x fa-fw margin-bottom"></i>
|
2015-01-22 11:52:57 -05:00
|
|
|
<i class="fa fa-spinner fa-pulse fa-3x fa-fw margin-bottom"></i>
|
2013-10-23 10:19:49 -04:00
|
|
|
</p>
|
2013-10-23 10:05:10 -04:00
|
|
|
</div>
|
|
|
|
<div class="col-md-9 col-sm-8">
|
2013-10-19 15:39:26 -04:00
|
|
|
<p>
|
2015-01-22 10:48:08 -05:00
|
|
|
Use the <code>fa-spin</code> class to get any icon to rotate, and use <code>fa-pulse</code> to have it rotate
|
|
|
|
with 8 steps. Works well with <code>fa-spinner</code>, <code>fa-refresh</code>, and <code>fa-cog</code>.
|
2013-10-19 15:39:26 -04:00
|
|
|
</p>
|
2013-05-23 13:14:14 -04:00
|
|
|
{% highlight html %}
|
2013-10-23 10:05:10 -04:00
|
|
|
<i class="fa fa-spinner fa-spin"></i>
|
2014-05-14 09:49:12 -05:00
|
|
|
<i class="fa fa-circle-o-notch fa-spin"></i>
|
2013-10-23 10:05:10 -04:00
|
|
|
<i class="fa fa-refresh fa-spin"></i>
|
|
|
|
<i class="fa fa-cog fa-spin"></i>
|
2015-01-22 11:52:57 -05:00
|
|
|
<i class="fa fa-spinner fa-pulse"></i>
|
2013-05-08 21:24:41 -04:00
|
|
|
{% endhighlight %}
|
2013-10-19 15:39:26 -04:00
|
|
|
<p class="alert alert-success">
|
2015-06-08 19:37:54 +01:00
|
|
|
<i class="fa fa-exclamation-triangle fa-lg"></i>
|
|
|
|
Some browsers on some platforms have issues with animated icons resulting in a jittery wobbling effect. See
|
|
|
|
<a href="https://github.com/FortAwesome/Font-Awesome/issues/671" class="alert-link" target="_blank">issue #671</a>
|
|
|
|
for examples and possible workarounds.
|
|
|
|
</p>
|
|
|
|
<p class="alert alert-success">
|
|
|
|
<i class="fa fa-info-circle fa-lg"></i> CSS3 animations aren't supported in IE8 - IE9.
|
2013-05-08 21:24:41 -04:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|