[問題] jquery animate問題

作者: ben1597 (魯魯der)   2015-01-09 17:20:44
我想做網頁內容click後
經過jquery的animate動畫往左滑
然後再換頁
但現在我一click後就直接換頁
不會等動畫結束
附上程式碼:
$('div').click(function () {
$(this).animate({ 'left': '-1000px' }, 2000);
document.location.href = "Default.aspx";
})
不知道有什麼方法解決
感謝~
作者: tw0517tw (無冬夜)   2015-01-09 17:46:00
在換頁那裏加個timeout啊
作者: onininon (萬)   2015-01-09 18:12:00
http://api.jquery.com/animate/ completeA function to call once the animation is complete.
作者: aspdoctor (大崎)   2015-01-10 00:38:00
,2000, function()..... 加個function在時間後面就可以了
作者: ben1597 (魯魯der)   2015-01-10 11:15:00
感謝各位 原來document就有寫了顆顆

Links booklink

Contact Us: admin [ a t ] ucptt.com