From 2b6fc847908fcedd58a9ca654ae9b881ae9b5c46 Mon Sep 17 00:00:00 2001 From: Phil LaPier Date: Fri, 4 Nov 2011 14:54:58 -0400 Subject: [PATCH] Updated readme to reflect new easing function --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c28bd2748..b3b10c242 100644 --- a/readme.md +++ b/readme.md @@ -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);