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/_includes/js/transitions.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docs/_includes/js/transitions.html (limited to 'docs/_includes/js/transitions.html') diff --git a/docs/_includes/js/transitions.html b/docs/_includes/js/transitions.html deleted file mode 100644 index cce018805..000000000 --- a/docs/_includes/js/transitions.html +++ /dev/null @@ -1,8 +0,0 @@ -
-

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