Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lloydzhou/ease
- Owner: lloydzhou
- Created: 2015-02-13T04:51:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T04:47:51.000Z (almost 10 years ago)
- Last Synced: 2024-11-25T01:11:10.112Z (about 1 month ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.