From c6aae570b1bc608f5ca4b9ce9085ba9929edeb13 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:34:15 -0700 Subject: [PATCH] markdownify js transitions --- docs/javascript/transitions.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/javascript/transitions.md b/docs/javascript/transitions.md index 7eebae79f..d8e64534d 100644 --- a/docs/javascript/transitions.md +++ b/docs/javascript/transitions.md @@ -3,11 +3,10 @@ layout: page title: Transitions --- -
-

Transitions transition.js

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

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