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