English 中文(简体)
Bootstrap Tutorial

Bootstrap with CSS

Bootstrap Layout Components

Bootstrap Plugins

Bootstrap Demos

Bootstrap Useful Resources

Selected Reading

Bootstrap - Transition Plugin
  • 时间:2024-09-17

Bootstrap - Transition Plugin


Previous Page Next Page  

The transition plugin provides a simple transition effects.

If you want to include this plugin functionapty inspanidually, then you will need transition.js once alongside the other JS files. Else, as mentioned in the chapter Bootstrap Plugins Overview, you can include bootstrap.js or the minified bootstrap.min.js.

Transition.js is a basic helper for transitionEnd events as well as a CSS transition emulator. It is used by the other plugins to check for CSS transition support and to catch hanging transitions.

Use Cases

A few examples of the transition plugin are −

Advertisements