JQuery:模拟球员在场上移动
我正在尝试模拟在场上移动的玩家(例如,在本例中 div
元素,将玩家作为 img
元素)。我如何让 img
在开始时平稳移动,逐渐加速直到达到“最高速度”并继续这样做,除非路线的终点足够接近以完成 2再次进行初始步骤,但向后退以模拟停止。
干杯!
I'm trying to simulate a player moving on the field (e.g. div
element in this case, being the player an img
element). How do I go about making the img
move smoothly in the beginning, progressively speeding up until it reached the "top speed" and continue to do it unless the end of the route is near enough to do the 2 initial steps again but backwards to simulate the stopping.
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://jsfiddle.net/aPNKQ/
html
jq
CSS
只要有一点想象力,你就可以将速度设置为 5000、4000、动态等等...就这样:)
http://jsfiddle.net/aPNKQ/
html
jq
CSS
with alittle imagination you could make the speed 5000,4000, dynamic etc... there you go :)