diff options
| author | Mark Otto <[email protected]> | 2013-09-03 18:43:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-03 18:43:42 -0700 |
| commit | dcdafa422057863aea3e328e1d86ee25eda7e37b (patch) | |
| tree | af4a454f00359508012f40e7d560575c74381faa /javascript.html | |
| parent | 73e4b817905145a965797c4ac026eae94f698141 (diff) | |
| parent | 72b1f69bfc77c3ad792e4c297ae239b6b86fd42f (diff) | |
| download | bootstrap-dcdafa422057863aea3e328e1d86ee25eda7e37b.tar.xz bootstrap-dcdafa422057863aea3e328e1d86ee25eda7e37b.zip | |
Merge branch 'master' into carousel-glyphicons-mainstream
Conflicts:
javascript.html
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 3a106ab69..bc6d13238 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> <h3>Optional captions</h3> <p>Add captions to your slides easily with the <code>.carousel-caption</code> element within any <code>.item</code>. Place just about any optional HTML within there and it will be automatically aligned and formatted.</p> |
