From 2e4bbb1cb6d8bed29816a3d82b2cd0c7a427112c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:17:42 -0700 Subject: move over all js pages --- docs/javascript/transitions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/javascript/transitions.md (limited to 'docs/javascript/transitions.md') diff --git a/docs/javascript/transitions.md b/docs/javascript/transitions.md new file mode 100644 index 000000000..cce018805 --- /dev/null +++ b/docs/javascript/transitions.md @@ -0,0 +1,8 @@ +
+

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.

+
-- cgit v1.2.3