使用 jQuery 加速

发布于 2024-10-13 07:21:34 字数 142 浏览 4 评论 0原文

我试图在浏览器中创建重力作用下的自由落体效果。基础物理学应该告诉你,身体(在本例中是 div)下落得越多,其速度就越快。

有什么想法如何实现这一点?

基本上,物体的速度应始终等于“at”。其中 t = 时间段,a = 加速度 = 9.8。

I am trying to create a free-falling effect under the action of gravity in my browser. Basic Physics should tell you that the more the body (a div in this case) falls the faster should be its velocity.

Any ideas how to implement this?

Basically the velocity of the object should be equal to 'at' at all times. Where t = time period and a = acceleration = 9.8.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

硪扪都還晓 2024-10-20 07:21:34

有一个 jQuery“物理”插件,允许您将物理应用到元素。您可以创建矢量并分配速度/重力等: http://plugins.jquery.com/project/jphysicals< /a>

希望有帮助:)

Theres a jQuery 'physics' plugin that allows you to apply physics to elements. You can create vectors and assign velocity/gravity etc: http://plugins.jquery.com/project/jphysics

Hope that helps :)

你是年少的欢喜 2024-10-20 07:21:34

如果您要对效果进行动画处理,则使用 jquery 中的效果时间来使用对象上的时间段会更容易。

If you are animating your effect, it would be easier for you to use the time period on the object using the time of effect in jquery.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文