Skip to content

Commit

Permalink
fixes #6937
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Jul 27, 2013
1 parent 93eeb85 commit f839956
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions javascript.html
Expand Up @@ -87,16 +87,8 @@ <h1 id="transitions">Transitions <small>transition.js</small></h1>
</div>
<h3>About transitions</h3>
<p>For simple transition effects, include <code>transition.js</code> once alongside the other JS files. If you're using the compiled (or minified) <code>bootstrap.js</code>, there is no need to include this&mdash;it's already there.</p>
<h3>Use cases</h3>
<p>A few examples of the transition plugin:</p>
<ul>
<li>Sliding or fading in modals</li>
<li>Fading out tabs</li>
<li>Fading out alerts</li>
<li>Sliding carousel panes</li>
</ul>

<!-- Ideas: include docs for .fade.in, .slide.in, etc -->
<h3>What's inside</h3>
<p>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.</p>
</div>


Expand Down

0 comments on commit f839956

Please sign in to comment.