This package has been deprecated

Author message:

no longer utilizing this module

properjs-easing

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i properjs-easing

Weekly Downloads

1

Version

0.2.0

License

none

Last publish

Collaborators

  • kitajchuk