aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-26 21:01:14 -0700
committerfat <[email protected]>2013-07-26 21:01:14 -0700
commitf83995684ca8f12674dce8881457cfeee92a75e5 (patch)
tree0835cddba16e7d903cf3925e6976c4a880c9f093
parent93eeb8578d3d5d2629f27316af71395817b23bdd (diff)
downloadbootstrap-f83995684ca8f12674dce8881457cfeee92a75e5.tar.xz
bootstrap-f83995684ca8f12674dce8881457cfeee92a75e5.zip
fixes #6937
-rw-r--r--javascript.html12
1 files changed, 2 insertions, 10 deletions
diff --git a/javascript.html b/javascript.html
index 623421c2d..5188fa7d3 100644
--- a/javascript.html
+++ b/javascript.html
@@ -87,16 +87,8 @@ $('#myModal').on('show.bs.modal', function (e) {
</div>
<h3>About transitions</h3>
<p>For simple transition effects, include <code>transition.js</code> once alongside the other JS files. If you're using the compiled (or minified) <code>bootstrap.js</code>, there is no need to include this&mdash;it's already there.</p>
- <h3>Use cases</h3>
- <p>A few examples of the transition plugin:</p>
- <ul>
- <li>Sliding or fading in modals</li>
- <li>Fading out tabs</li>
- <li>Fading out alerts</li>
- <li>Sliding carousel panes</li>
- </ul>
-
- <!-- Ideas: include docs for .fade.in, .slide.in, etc -->
+ <h3>What's inside</h3>
+ <p>Transition.js is a basic helper for transitionEnd events as well as a css transition emulator. It's used by the other plugins to check for css transition support and to catch hanging transitions.</p>
</div>