|
@ -176,6 +176,10 @@ $.fn.transition = function() { |
|
|
module.debug('Animation is already occurring, will not execute repeated animation', settings.animation); |
|
|
module.debug('Animation is already occurring, will not execute repeated animation', settings.animation); |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
|
|
|
else { |
|
|
|
|
|
module.debug('New animation started, completing previous early', settings.animation); |
|
|
|
|
|
module.complete(); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
if( module.can.animate() ) { |
|
|
if( module.can.animate() ) { |
|
|
module.set.animating(settings.animation); |
|
|
module.set.animating(settings.animation); |
|
|