From 7e98fec307d1ca72a63d701841217e309f63ea46 Mon Sep 17 00:00:00 2001 From: Ramon Gebben Date: Fri, 16 Jan 2015 15:25:17 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ace03e..8310c69 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ render = combine() // Combine fires the sequences in its body the same time render = sequence() // Define the animations in order to create a timeline sequence( - easIn( :id, :time, { :from }, { :to }) - easOut( :id, :time, { :from }, { :to }) + easIn( :id, :time, { :from }, { :to }), + easOut( :id, :time, { :from }, { :to }), sleep( :time ) // Wait utill time is passed )