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.