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 b开发者_运维问答ounce effect with objects and I would to love to know how to use it.
Heres what I made.
Any help?
Use .animate()
with easing.
精彩评论