2013-05-08 21:24:41 -04:00
|
|
|
<section id="animated-spinner">
|
|
|
|
<h2 class="page-header">Animated Spinner</h2>
|
|
|
|
<div class="row">
|
2013-10-06 10:46:50 -04:00
|
|
|
<div class="col-md-3 col-sm-4">
|
2013-10-07 17:25:45 -04:00
|
|
|
Use the <code>fa-icon-spin</code> class to get any icon to rotate. Works well with <code>fa-icon-spinner</code>,
|
|
|
|
<code>fa-icon-refresh</code>, and <code>fa-icon-cog</code>.
|
2013-05-08 21:24:41 -04:00
|
|
|
</div>
|
2013-10-06 10:46:50 -04:00
|
|
|
<div class="col-md-9 col-sm-8">
|
2013-05-08 21:24:41 -04:00
|
|
|
<div class="well well-large well-transparent lead">
|
2013-10-07 17:25:45 -04:00
|
|
|
<i class="fa-icon fa-icon-spinner fa-icon-spin fa-icon-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-10-07 17:25:45 -04:00
|
|
|
<i class="fa-icon fa-icon-spinner fa-icon-spin fa-icon-lg"></i> Spinner icon when loading content...
|
2013-05-08 21:24:41 -04:00
|
|
|
{% endhighlight %}
|
|
|
|
<p class="alert alert-info">
|
2013-10-15 20:07:38 -04:00
|
|
|
<i class="fa-icon fa-icon-info-circle"></i> CSS3 animations aren't supported in IE8 - IE9.
|
2013-05-08 21:24:41 -04:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|