Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中,我希望有一个带有图像的页面,它应该像受到类似于“谷歌重力”的重力效应一样移动。
图像应通过在手机中滑动或触摸的触摸效果抛出,并在重力作用下掉落并与其他图像碰撞。
请建议一个插件或 jQuery 代码来支持相同的。
You could check out the jQuery physics plugin
http://code.google.com/p/jqueryphysics/
or Box2d-js
http://box2d-js.sourceforge.net/index2.html