From: Mark Otto Date: Sat, 12 Jul 2014 09:34:15 +0000 (-0700) Subject: markdownify js transitions X-Git-Tag: v4.0.0-alpha~688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6aae570b1bc608f5ca4b9ce9085ba9929edeb13;p=thirdparty%2Fbootstrap.git markdownify js transitions --- diff --git a/docs/javascript/transitions.md b/docs/javascript/transitions.md index 7eebae79fb..d8e64534d3 100644 --- a/docs/javascript/transitions.md +++ b/docs/javascript/transitions.md @@ -3,11 +3,10 @@ layout: page title: Transitions --- -
-

Transitions transition.js

- -

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.

-
+### 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.