0.2.0 • Published 9 years ago

properjs-easing v0.2.0

Weekly downloads
7
License
-
Repository
github
Last release
9 years ago

Easing

A base set of easing methods for standard tweening.

Installation

npm install properjs-easing --save-dev

Usage

var Easing = require( "properjs-easing" );

Eases

Use this in conjunction with Tween.

  • linear
  • swing
  • easeInQuad
  • easeOutQuad
  • easeInOutQuad
  • easeInCubic
  • easeOutCubic
  • easeInOutCubic
  • easeInQuart
  • easeOutQuart
  • easeInOutQuart
  • easeInQuint
  • easeOutQuint
  • easeInOutQuint