使用 jquery animate() 链接位置动画
我想要一组 11 个元素“飞”到一个页面 - 通过使用 jQuery animate() 的一组链接动画。
我有以下内容: http://bit.ly/g90S3J 这似乎在 FF3.6 中运行得很好 但我发现在 IE8 中 - 动画和位置相差很远 - 元素仍然离开舞台,或者在舞台上飞行,而在 FF 中,它们聚集在中心周围,正如它们应该的那样。
有时在 FF 中似乎也会发生的情况是,元素的最终位置似乎偶尔会发生零星的变化。诡异的!!
有人可以帮我吗?
非常感谢!
i would like to have a set of 11 elements "fly" into a page - by a chained set of animations using jQuery animate().
i have the following: http://bit.ly/g90S3J
which seems to work quite well in FF3.6
but i see that in IE8 -the animations and positions are way off - with elements remaining off the stage, or flying of the stage, whereas in FF, they collect around the center, as they should.
what sometimes also seems to happen in FF, is that the final position of the elements seems to change on a sporadic basis once in a while. weird!!
can someone give me a hand here?
Many Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你有这个:
当我的意思是设置一个初始位置时,只需添加:
到属性中,因为你有:
'flyItem'元素必须全部位于相对定位的div内。
You have this:
When I mean to set an initial position just add:
To the properties and since you have:
the 'flyItem' elements must all be inside a relatively positioned div.