Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lloydzhou/ease

include 30 ease functions.
https://github.com/lloydzhou/ease

Last synced: 27 days ago
JSON representation

include 30 ease functions.

Awesome Lists containing this project

README

        

EASE
=======

include 30 ease functions.
you can see the whole ease functions on [http://easings.net/](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](https://github.com/lloydzhou)

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