2012-11-28 44 views
0

如何在动画之后获取对象的正确位置以便进一步工作?动画后对象的位置

我想:

$map.animate({top: t}, 200, alert($map.position().top+':'+t)); 

这给了我 “老位置:新位置”。

回答