aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-03 18:21:28 -0700
committerMark Otto <[email protected]>2013-09-03 18:21:28 -0700
commit894aa93a9f212ee370faeef309e62d2742d08bb9 (patch)
treec4a500da8d20910ab3e5d1213ecdcf5f71edfbcf /javascript.html
parent2804d37429b62d6daec243285762537c765c8c16 (diff)
parente4514b4596a0fe9d904724c5d807c9cbd2e3771e (diff)
downloadbootstrap-894aa93a9f212ee370faeef309e62d2742d08bb9.tar.xz
bootstrap-894aa93a9f212ee370faeef309e62d2742d08bb9.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/javascript.html b/javascript.html
index b317f6b03..3013d5ca2 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1711,6 +1711,10 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
</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>