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

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

Fix transition end name for opera 11+12
parents e25bcb93 76cfe170
Showing with 1 addition and 1 deletion
+1 -1
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
, transEndEventNames = { , transEndEventNames = {
'WebkitTransition' : 'webkitTransitionEnd' 'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend' , 'MozTransition' : 'transitionend'
, 'OTransition' : 'otransitionend' , 'OTransition' : 'oTransitionEnd otransitionend'
, 'msTransition' : 'MSTransitionEnd' , 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend' , 'transition' : 'transitionend'
} }
......
Supports Markdown
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