From 8c77793f2de6e97319d04199b25f0a7d3d8dfac3 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 4 Apr 2014 14:27:47 -0400 Subject: [PATCH] Fixes transition in old FF versions Issue #759 --- src/modules/transition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/transition.js b/src/modules/transition.js index dca5aa557..62a9148c1 100755 --- a/src/modules/transition.js +++ b/src/modules/transition.js @@ -460,7 +460,7 @@ $.fn.transition = function() { animations = { 'animation' :'animationend', 'OAnimation' :'oAnimationEnd', - 'MozAnimation' :'mozAnimationEnd', + 'MozAnimation' :'animationend', 'WebkitAnimation' :'webkitAnimationEnd' }, animation