English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Transition (Transition) plugin provided by Bootstrap offers simple transition effects.
If you want to use the features of this plugin separately, in addition to other JS files, you also need to refer to transition.js. Or as Overview of Bootstrap plugins As mentioned in a chapter, you can refer to bootstrap.js or the compressed version of bootstrap.min.js.
Transition.js It is a basic helper class for the transitionEnd event and CSS transition simulator. It is used by other plugins to check CSS transition support and to obtain transitions.
Use cases of the Transition (Transition) plugin:
A modal dialog with slide-in or fade-in effects. For specific examples, see Bootstrap Modal (Modal) Plugin.
Tabs with fade effect. See specific examples in Bootstrap Tabs (Tab) Plugin.
Alert box with fade effect. See specific examples in Bootstrap Alert Box (Alert) Plugin.
Carousel with slide effect. See specific examples in Bootstrap Carousel (Carousel) Plugin.