Commit 685785d2 authored by ♒∆✝'s avatar ♒∆✝

Merge pull request #4159 from ixti/opera11-transitions-fix

Fix transition end name for opera 11+12
parents e25bcb93 76cfe170
......@@ -36,7 +36,7 @@
, transEndEventNames = {
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'otransitionend'
, 'OTransition' : 'oTransitionEnd otransitionend'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment