$('.gallery-win img').stop().animate({'opacity':'0.7'},100,function () { $(this).attr('src', nextImg).animate({'opacity':'1'},100); });