2013-05-08 21:24:41 -04:00
|
|
|
<section id="animated-spinner">
|
|
|
|
<h2 class="page-header">Animated Spinner</h2>
|
|
|
|
<div class="row">
|
2013-10-05 16:23:00 -04:00
|
|
|
<div class="col-md-3">
|
2013-09-30 22:07:49 -04:00
|
|
|
Use the <code>fa-spin</code> class to get any icon to rotate. Works well with <code>fa-spinner</code>,
|
|
|
|
<code>fa-refresh</code>, and <code>fa-cog</code>.
|
2013-05-08 21:24:41 -04:00
|
|
|
</div>
|
2013-10-05 16:23:00 -04:00
|
|
|
<div class="col-md-9">
|
2013-05-08 21:24:41 -04:00
|
|
|
<div class="well well-large well-transparent lead">
|
2013-09-30 22:07:49 -04:00
|
|
|
<i class="fa fa-spinner fa-spin fa-lg"></i> Spinner icon when loading content...
|
2013-05-08 21:24:41 -04:00
|
|
|
</div>
|
2013-05-23 13:14:14 -04:00
|
|
|
{% highlight html %}
|
2013-09-30 22:07:49 -04:00
|
|
|
<i class="fa fa-spinner fa-spin fa-lg"></i> Spinner icon when loading content...
|
2013-05-08 21:24:41 -04:00
|
|
|
{% endhighlight %}
|
|
|
|
<p class="alert alert-info">
|
2013-10-05 16:23:00 -04:00
|
|
|
<i class="fa fa-info-sign"></i> CSS3 animations aren't supported in IE8 - IE9.
|
2013-05-08 21:24:41 -04:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|