Skip to content
/ ease Public

Easing library with support for Human Readable Easing Equations

Notifications You must be signed in to change notification settings

rezoner/ease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

DEMO

Usage

var value = ease(t, easing);

t is time from 0.0 to 1.0

Standard easing equations

var value = ease(0.25, "inOutBounce");

Human readable easing notation

See explanation

var value = ease(0.25, "0149");

Global scope

If you don't like global scope pollution just skip to the end of file and replace this line with whatever suits you:

window.ease = ease;

Just the equations

If you are looking for one argument equations - well you found them.

About

Easing library with support for Human Readable Easing Equations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published