i have this object div “circle”
and i move/drag it with the mouse…
how can I achieve the little elastic effect…like a bouncing…i hope you understand what i mean..like a rubber effect or some inertia
what the math formula for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are referring to the easing equations. You can find a collection of these equations and animations for each one in the jquery-ui repository and homepage respectively. These are all based out of the jquery.easing.js plugin and Robert Penner’s equations. You can check a book chapter about easing on Robert Penner’s homepage.