Skip to content

Commit

Permalink
address #10343 more directly: add note on carousel transitions in IE8+9
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Sep 4, 2013
1 parent 3bb3680 commit 0136195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,10 @@ <h2 id="carousel-examples">Examples</h2>
</a>
</div>
{% endhighlight %}
<div class="bs-callout bs-callout-warning" id="callout-carousel-transitions">
<h4>Transition animations not supported in Internet Explorer 8 &amp; 9</h4>
<p>Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 &amp; 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
</div>
<div class="bs-callout bs-callout-info">
<h4>Glyphicon Alternative</h4>
<p>With <a href="{{ page.base_url }}components/#glyphicons">Glyphicons</a> available, you may choose to style the left and right toggle buttons with <code>.glyphicon .glyphicon-chevron-left</code> and <code>.glyphicon .glyphicon-chevron-right</code>.</p>
Expand Down

0 comments on commit 0136195

Please sign in to comment.