|
@ -148,6 +148,7 @@ $.fn.transition = function() { |
|
|
|
|
|
|
|
|
reset: function() { |
|
|
reset: function() { |
|
|
module.debug('Resetting animation to beginning conditions'); |
|
|
module.debug('Resetting animation to beginning conditions'); |
|
|
|
|
|
$module.off(animationEnd); |
|
|
module.restore.conditions(); |
|
|
module.restore.conditions(); |
|
|
module.hide(); |
|
|
module.hide(); |
|
|
module.remove.animating(); |
|
|
module.remove.animating(); |
|
@ -809,4 +810,4 @@ $.fn.transition.settings = { |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
})( jQuery, window , document ); |
|
|
|
|
|
|
|
|
})( jQuery, window , document ); |