|
|
@ -159,6 +159,7 @@ $.fn.transition = function() { |
|
|
|
$module |
|
|
|
.one(animationEnd, function() { |
|
|
|
instance.queuing = false; |
|
|
|
module.repaint(); |
|
|
|
module.animate.apply(this, settings); |
|
|
|
}) |
|
|
|
; |
|
|
@ -759,7 +760,7 @@ $.fn.transition.settings = { |
|
|
|
name : 'Transition', |
|
|
|
|
|
|
|
// debug content outputted to console
|
|
|
|
debug : false, |
|
|
|
debug : true, |
|
|
|
|
|
|
|
// verbose debug output
|
|
|
|
verbose : true, |
|
|
|