Bootstrap Transition Effects Plugin
The Transition Effects Plugin provides simple transition effects.
transition.js. Alternatively, as mentioned in the Bootstrap Plugins Overview chapter, you can include bootstrap.js or the compressed bootstrap.min.js.
Transition.js is a basic helper class for the transitionEnd event and CSS transition emulation. It is used by other plugins to check for CSS transition support and to capture transitions.
Use Cases
Use cases for the Transition Effects Plugin include:
Modal dialogs with slide or fade effects. For specific examples, see the Bootstrap Modal Plugin.
Tabs with fade effects. For specific examples, see the Bootstrap Tab Plugin.
Alerts with fade effects. For specific examples, see the Bootstrap Alert Plugin.
Carousels with slide effects. For specific examples, see the Bootstrap Carousel Plugin.