Skip to content

kunukn/eases

 
 

Repository files navigation

eases

Available as CDN from https://unpkg.com/eases-cdn/

stable

This is a grab-bag of Robert Penner's easing equations, most of the code from glsl-easings.

// import all eases
import eases from 'eases-cdn'

// import only the single function
const { quadIn } from 'eases-cdn'

Graph

You can see the easings graph here https://codepen.io/kunukn/full/mpVJOm/

Usage

All easing functions only remap a time value, and all have the same signature.

v = ease(t)

Where t is typically a value between 0 and 1, and it returns a new float that has been eased.

License

MIT, see LICENSE.md for details.

About

a grab-bag of modular easing equations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%