用jQuery实现弹跳效果?
假设我有由精灵制成的骰子,我使用 .click() 激活骰子来选择随机数。
我已经完成了,但我想对骰子有一些效果,我见过很多对对象具有弹跳效果的应用程序,我很想知道如何使用它。
有什么帮助吗?
Let's say I have dice, that are made out of sprites, and I use .click() to activate the dice to select a random number.
I have that completed, but I would like to have some kinda effect to the dice, Ive seen a lot of applications that has that bounce effect with objects and I would to love to know how to use it.
Any help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将
.animate()
与 缓动。Use
.animate()
with easing.