Skip to content

lloydzhou/ease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EASE

include 30 ease functions. you can see the whole ease functions on http://easings.net/

HOW TO USE IT

  1. include the js file "https://raw.githubusercontent.com/lloydzhou/ease/master/ease.js" (you can download this file, and add it into you project.)

  2. get the ease function by using name( you can using "-" in name):

  var e = new Ease('in-sine')
  // same as
  var e = new Ease('inSine')

LICENSE

Copyright 2014-2015 @Lloyd Zhou

Released under the MIT and GPL (version 2 or later) Licenses.

About

include 30 ease functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors