add MSTransitionEnd event to js plugin
This commit is contained in:
parent
f02d017ffa
commit
0dfff052cb
1 changed files with 2 additions and 0 deletions
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue