|
|
@ -224,6 +224,7 @@ $.fn.transition = function() { |
|
|
|
} |
|
|
|
else { |
|
|
|
module.restore.conditions(); |
|
|
|
module.show(); |
|
|
|
} |
|
|
|
module.remove.animation(); |
|
|
|
module.remove.animating(); |
|
|
@ -277,7 +278,7 @@ $.fn.transition = function() { |
|
|
|
} |
|
|
|
module.set.duration(settings.duration); |
|
|
|
settings.onStart.call(this); |
|
|
|
module.debug('Starting tween', animation, $module.attr('class')); |
|
|
|
module.debug('Starting tween', animation); |
|
|
|
}, |
|
|
|
duration: function(animationName, duration) { |
|
|
|
duration = duration || settings.duration; |
|
|
|