Update readme

This commit is contained in:
Ramon Gebben
2015-01-16 15:25:17 +01:00
parent 0f672c9eb8
commit 7e98fec307

View File

@@ -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
)