[问题] 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