mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
add MSTransitionEnd event to js plugin
This commit is contained in:
2
js/bootstrap-transition.js
vendored
2
js/bootstrap-transition.js
vendored
@@ -39,6 +39,8 @@
|
||||
transitionEnd = "webkitTransitionEnd"
|
||||
} else if ( $.browser.mozilla ) {
|
||||
transitionEnd = "transitionend"
|
||||
else if ( $.browser.msie ) {
|
||||
transitionEnd = "MSTransitionEnd"
|
||||
} else if ( $.browser.opera ) {
|
||||
transitionEnd = "oTransitionEnd"
|
||||
}
|
||||
|
Reference in New Issue
Block a user