From f83995684ca8f12674dce8881457cfeee92a75e5 Mon Sep 17 00:00:00 2001 From: fat Date: Fri, 26 Jul 2013 21:01:14 -0700 Subject: [PATCH] fixes #6937 --- javascript.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/javascript.html b/javascript.html index 623421c2d5..5188fa7d3e 100644 --- a/javascript.html +++ b/javascript.html @@ -87,16 +87,8 @@ $('#myModal').on('show.bs.modal', function (e) {

About transitions

For simple transition effects, include transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.

-

Use cases

-

A few examples of the transition plugin:

- - - +

What's inside

+

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.