Top "Easing-functions" questions

...functions attributed to Robert Penner for moving objects smoothly from one on-screen position to another with the illusion of smooth acceleration, deceleration and mass.

jQuery easing functions without using a plugin

I'm looking for an online list of custom easing functions that I can use with jQuery. I'm not interested in …

jquery easing-functions jquery-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
Jquery ScrollTo Easing

Can´t apply an easing method to Jquery ScrollTo: $("#scroller").scrollTo(target,1000,{axis:'x',easing:'linear'}); This doesn´t ease …

jquery scrollto easing-functions
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 easing function — variables' comprehension

How does the easing function for jQuery work? Take for example: easeInQuad = function (x, t, b, c, d) { return c*(…

javascript jquery animation easing-functions
jQuery elastic easing equation

How can I modify this jQuery easing function to produce a less exaggerated bounce? $.easing.easeOutElasticSingleBounce = function (x, t, b, …

javascript jquery animation easing-functions jquery-easing
In WPF how do I add easing function to my animation from code behind?

I am creating doubleAniation in code and I want to add an easing function to it, so how do I …

wpf animation easing-functions
create easing function programmatically C#

I am learning how to create animations with C#. so if I am animating the margin of an object for …

c# wpf animation storyboard easing-functions