Skip to content

Commit

Permalink
Updated readme to reflect new easing function
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Nov 4, 2011
1 parent e534e5f commit 2b6fc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -344,7 +344,7 @@ Usage Note: You must use interpolation with the variable.
These CSS cubic-bezier timing functions are variables that can be used with CSS3 animations. The provided timing functions are the same as the jQuery UI demo: [easing functions](http://jqueryui.com/demos/effect/easing.html).

Variables supported: $ease-in-*, $ease-out-*, $ease-in-out-*
* = [quad, cubic, quart, quint, sine, expo, circ]
* = [quad, cubic, quart, quint, sine, expo, circ, back]

@include animation-timing-function($ease-in-circ);
@include animation-basic(fade-in, 1s, $ease-in-quad);
Expand Down

0 comments on commit 2b6fc84

Please sign in to comment.