Top "Easing" questions

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

jQuery div drop down on a click event

I was looking to achieve the same effect as on the website http://www.wpnukes.com/demo/html/welcare/ Please …

jquery html easing
Simple easing function in javascript

I'm having trouble figuring out this simple math problem. I have spent over two hours reading through various related answers …

javascript math easing
Slide div horizontally with easing

I am looking to achieve a hide/show div where on mouse enter the div is shown but in a …

jquery slide easing
JQuery Dragging and Scrolling with Easing

Does anyone know of any script JQuery or other to Drag and Scroll with easing? I have found various scripts …

jquery animation scroll draggable easing
Jquery - Animate Background position with easing

I am trying to animate a background on mousemove with some easing using jquery animate. But cant figure out how …

jquery mousemove easing
scrollTo with easing and a callback function

Here is my code thus far: $('.my_button').click(function() { $.scrollTo( '#my_anchor', 1200, {easing:'easeInOutExpo'}, function() { // function not …

jquery callback scrollto easing
How to convert css3 transition easing to jquery easing function?

I making a slider for both modern browsers and old browsers too. I use translate3d and transition to make …

jquery css css-transitions easing
Pure JavaScript animation easing

I've been trying to find a pure JavaScript ease implementation for some hours, but couldn't find any. The ones that …

javascript animation easing
How to implement easeOutBack easing in css transform animation

I am working with some css animation. But I found that, the CSS transition only support following easing function. ease | …

css easing
Apply easing on jquery ui show?

I'm trying to apply easing on a jquery ui show effect. Ideally the api would look something like this: $(this).…

jquery css jquery-ui jquery-effects easing