From: Chris Rebert Date: Sat, 3 Aug 2013 09:24:31 +0000 (-0700) Subject: JS docs: put `transitionEnd` within X-Git-Tag: v3.0.0-rc.2~127^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce2e89b7d772fcac3bf49117f203ec32c751dfe;p=thirdparty%2Fbootstrap.git JS docs: put `transitionEnd` within --- diff --git a/javascript.html b/javascript.html index 945a46597e..af1cd199b3 100644 --- a/javascript.html +++ b/javascript.html @@ -89,7 +89,7 @@ $('#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.

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.

+

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.