Skip to content

Commit

Permalink
Add easing function cheat sheet link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Fox authored and Tyler Fox committed Aug 5, 2014
1 parent 04ff1dd commit 14b6d36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ The useful portion of this project consists of two parts:
Supported functions
--------

The following types of easing functions are planned to be supported:
The following types of easing functions are supported:

* Linear
* Quadratic
Expand All @@ -24,7 +24,9 @@ The following types of easing functions are planned to be supported:
* Bounce
* Back

Each of these has corresponding ease-in, ease-out, and ease-in-out variants. The core easing functions are implemented as C functions that take a time parameter and return a progress parameter, which can subsequently be used to interpolate any quantity.
Each of these has corresponding ease-in, ease-out, and ease-in-out variants. Here's a [handy cheat sheet](http://easings.net) that includes visualizations and animation demos for these functions.

The core easing functions are implemented as C functions that take a time parameter and return a progress parameter, which can subsequently be used to interpolate any quantity.

Goals
--------
Expand Down

0 comments on commit 14b6d36

Please sign in to comment.