jQuery 弹跳变体(弹跳)
我正在努力寻找为此目的的插件/插件,它是我项目的关键部分,我忽略了它,现在它咬了我。
我需要 jQuery 弹跳的变体,它使 div 无限期地围绕父 div/包装器弹跳。
实际上,我将拥有一个屏幕,用户通过单击生成 div,然后它们在屏幕上浮动/弹跳。
请帮助指导我找到一个插件或一些代码来为我解决这个问题。
非常感谢
I'm struggling to find an addon/plugin for this and its a key part of my project that ive overlooked and now its bitten me.
I need a variation of jQuery bounce which makes a div bounce around a parent div/wrapper indefinately.
Effectively I'll be having a screen which users spawn div's by clicking and they float/bounce around the screen.
please help direct me to a plugin or some code that will solve this issue for me.
many thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法告诉您 100 个 div 的响应速度如何,但根据之前的脚本,这里至少可以帮助您入门 —
I can't tell you how responsive this will be with a 100 divs, but based on the earlier script here's something to get you at least started — http://jsfiddle.net/jgJsL/5/: