Top "Easing" questions

a set of algorithms for graceful motion over time with acceleration and deceleration.

Smooth scrolling easing effect with mouse wheel

I recently came across this website http://www.ascensionlatorre.com/home, and I love the way the mouse wheel scrolling …

jquery scroll mousewheel parallax easing
Toggle div with easing

I've got a link, when clicking this I want a div to slideIn with easing, and then clicking the link …

jquery jquery-ui html toggle easing
Ease-in and ease-out animation formula

Say, if I'm doing the Ease-Out and then Ease-In animation of an object's movement from X1 coordinate to X2 coordinate …

c# c++ animation easing
What is an easing function?

What is meant by easing function in the context of animation. It seems that dojo, jquery, silverlight, flex and other …

jquery animation silverlight easing easing-functions
How to use easing in the jQuery plugin jQuery.ScrollTo?

The website only mentions the easing option: # easing: Name of the easing equation. But there's no example. How to use …

jquery easing
How to make animation easing (ease-in and ease-out) duration-independent?

I'm using jQuery with Easing plugin and i would like to achieve constant easing times for for animations of any …

jquery animation easing
How to increment number using animate with comma using jQuery?

I'm trying to increment a number inside an element on page. But I need the number to include a comma …

jquery jquery-animate increment comma easing
How to apply easing animation function on view in Android

I want to apply a translate animation on an Android view (button) using a custom interpolator where the easing function …

android animation easing easing-functions
JQuery draggable with ease

I would like to achieve the ease effect with Jquery's draggable. But I did not find the option in this …

jquery jquery-ui draggable jquery-ui-draggable easing
Smooth character movement in canvas game using keyboard controls

I'm creating a side-scrolling endless space themed game using canvas and JavaScript. I'm controlling a spaceship just by using the …

javascript canvas game-physics easing