The Bootstrap Transition Plugin is offering simple transition effects on different plugins and components. If you want to implement functionality of this plugin individually, simple include the transition.js file along the other JS files. Else as we have discussed in the tutorial of Bootstrap Plugin Overview, you can include bootstrap.js or the minified bootstrap.min.js.
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.
Examples of transition:
We have few examples of the transition plugin:
Sliding or fading in modals: Read tutorial of Bootstrap Modal Plugin to see the example.
Fading out tabs: Read tutorial of Bootstrap Tab Plugin to see the example.
Fading out alerts: Read tutorial of Bootstrap Alerts to see the example.
Sliding carousel panes: Read tutorial of Bootstrap Carousel Plugin to see the example.
Bootstrap Transition Plugin
No comments:
Post a Comment