$parent.animate({'left': '-='+parentLeft+'px'}, options.speed, options.easing, function(){
if(slideLoop){
$parent.css('left', '-'+getSlidePosition(currentSlide, 'left')+'px');
}
I need to animate $parent in sequence: hide -> move ->show ->
and I need to adapt to the above code.
Already it only moves…
you can use the
and
methods before and after your move code