1.0.1 • Published 7 years ago

easing-functions v1.0.1

Weekly downloads
223
License
MIT
Repository
github
Last release
7 years ago

easin

Robert Penner's easing functions from phaser.

Install

$ npm i easing-functions

Usage

import Easing from 'easing-functions'

const QO = Easing.Quadratic.Out

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

type \ outputInOutInOutNone
Linearxxx
Quadraticx
Cubicx
Quarticx
Quinticx
Sinusoidalx
Exponentialx
Circularx
Elasticx
Backx
Bouncex

License

The MIT License

  • (c) 2014 Phaser.io