From: Steven Black Date: Wed, 25 Feb 2015 01:19:00 +0000 (-0500) Subject: Accessibility changes to headings (transitions.html) X-Git-Tag: v3.3.4~77^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b29a3ef0731683751fdb18c301da4fbf7cc57d;p=thirdparty%2Fbootstrap.git Accessibility changes to headings (transitions.html) --- diff --git a/docs/_includes/js/transitions.html b/docs/_includes/js/transitions.html index cce018805c..00b6914e14 100644 --- a/docs/_includes/js/transitions.html +++ b/docs/_includes/js/transitions.html @@ -1,8 +1,8 @@

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

+

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.