Browse Source

Fixes transition in old FF versions Issue #759

pull/749/merge
jlukic 10 years ago
parent
commit
8c77793f2d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/modules/transition.js

2
src/modules/transition.js

@ -460,7 +460,7 @@ $.fn.transition = function() {
animations = {
'animation' :'animationend',
'OAnimation' :'oAnimationEnd',
'MozAnimation' :'mozAnimationEnd',
'MozAnimation' :'animationend',
'WebkitAnimation' :'webkitAnimationEnd'
},
animation

Loading…
Cancel
Save