aboutsummaryrefslogtreecommitdiff
path: root/docs/components/carousel.md
diff options
context:
space:
mode:
authorQuy <[email protected]>2016-12-29 09:18:59 -0800
committerMark Otto <[email protected]>2016-12-29 10:17:42 -0800
commitde1eaef35bfe01ac5ba7f1a40187b381a3155a49 (patch)
treedab378e93f36a0cd797160c31de313519ab4a4f6 /docs/components/carousel.md
parentf320ecee84333d2dd21e8f062dd8287ef56676e0 (diff)
downloadbootstrap-de1eaef35bfe01ac5ba7f1a40187b381a3155a49.tar.xz
bootstrap-de1eaef35bfe01ac5ba7f1a40187b381a3155a49.zip
Drop IE9 callout
Diffstat (limited to 'docs/components/carousel.md')
-rw-r--r--docs/components/carousel.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/components/carousel.md b/docs/components/carousel.md
index 8dd819fba..619ea780f 100644
--- a/docs/components/carousel.md
+++ b/docs/components/carousel.md
@@ -104,12 +104,6 @@ You can also add the indicators to the carousel, alongside the controls, too.
{% endexample %}
{% callout warning %}
-#### Transition animations not supported in Internet Explorer 9
-
-Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 9 doesn't support the necessary CSS properties. Thus, there are no slide transition animations when using that browser. We have intentionally decided not to include jQuery-based fallbacks for the transitions.
-{% endcallout %}
-
-{% callout warning %}
#### Initial active element required
The `.active` class needs to be added to one of the slides. Otherwise, the carousel will not be visible.