I want a simple div to disappear and move at the same time. Suppose there is a hidden image at the top, and when I click the button, the image should go to the center of the page with a fading effect.
but for me it first disappears and then starts to move ...
$('#shelf').fadeIn('fast').animate({ 'bottom': '54%' }, 'slow', function() {
source share