diff --git a/dist/jquery.animatecss.js b/dist/jquery.animatecss.js index bff9f22..32bb217 100644 --- a/dist/jquery.animatecss.js +++ b/dist/jquery.animatecss.js @@ -67,8 +67,7 @@ } }; complete = function(element) { - return element.one(transitionEnd, function(event) { - event.stopPropagation(); + return element.one(transitionEnd, function() { return callback(element); }); };