1.3.0 • Published 5 months ago

easing-functions v1.3.0

Weekly downloads
223
License
MIT
Repository
github
Last release
5 months ago

easing-functions

Robert Penner's easing functions from phaser.

Install

$ npm i easing-functions

Usage

const Easing = require('easing-functions')

Easing.Quadratic.Out
Easing.quadratic.out

// You could also access the easing function via

Easing['quadratic.out']

// or

Easing['Quadratic.Out']

Easing.<type>.<output>(x)

type \ outputInOutInOut
Linearxxx
Quadratic
Cubic
Quartic
Quintic
Sinusoidal
Exponential
Circular
Elastic
Back
Bounce

License

The MIT License

1.2.0

5 months ago

1.3.0

5 months ago

1.2.1

5 months ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

11 years ago