From e9b29a3ef0731683751fdb18c301da4fbf7cc57d Mon Sep 17 00:00:00 2001 From: Steven Black Date: Tue, 24 Feb 2015 20:19:00 -0500 Subject: [PATCH] Accessibility changes to headings (transitions.html) --- docs/_includes/js/transitions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.