diff options
| author | Chris Rebert <[email protected]> | 2013-09-03 17:34:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-03 17:34:21 -0700 |
| commit | 01361951e695d4313131ba85c9517cbc50000439 (patch) | |
| tree | ccbd31b33464c6a1d1d8d054f532623438393a60 /javascript.html | |
| parent | 3bb3680aacfe83c067cf6ee25ef297c10afe2404 (diff) | |
| download | bootstrap-01361951e695d4313131ba85c9517cbc50000439.tar.xz bootstrap-01361951e695d4313131ba85c9517cbc50000439.zip | |
address #10343 more directly: add note on carousel transitions in IE8+9
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 4 |
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 & 9</h4> + <p>Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 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> |
