$('div.panel-functions').click(function(event){ $(this).animate({'opacity': 0}, 2000, function(){ document.location = '/popup/scenes/12.html'; }); });