Javascript Easing Functions

by @Andrew Ray (blog)

Github Repository: https://github.com/AndrewRayCode/easing-utils

These are examples of the Javascript easing functions found in this repository. Hover over any example to see an animation representing the easing function. If the function is configurable, you can use the slider to change its configuration.

To use this library, pass any value between 0 and 1 to the easing function, and it will returned the eased value.