From 8bda01a5ec3795f83c69193ab2be0f0f7c1a2291 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 19 Apr 2014 16:55:25 +0200 Subject: [PATCH] fix missing bracket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 445decd..e31f81a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To form an fase-in-opacity-animation, the frame-generator could look like this: ('logo', 'style', 'opacity', "%.4f" % easeInCubic(i, 0, 1, frames)), ) -```easeInCubic``` is an easing-function stolen from the [jquery-easing plugin](http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js) ([easing-cheat-sheet](http://easings.net/). They take 4 parameters: +```easeInCubic``` is an easing-function stolen from the [jquery-easing plugin](http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js) ([easing-cheat-sheet](http://easings.net/)). They take 4 parameters: - t: current time - b: beginning value - c: change In value