From 279f17ac0e1b3d019c2b294098e834d249376686 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 4 Jun 2019 20:49:16 -0400 Subject: Update chickadee manual. --- manuals/chickadee/Tweening.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'manuals/chickadee/Tweening.html') diff --git a/manuals/chickadee/Tweening.html b/manuals/chickadee/Tweening.html index 3e344df..726c699 100644 --- a/manuals/chickadee/Tweening.html +++ b/manuals/chickadee/Tweening.html @@ -1,6 +1,6 @@ - @@ -109,7 +111,7 @@ procedure can be used within any script like so:
-
Procedure: tween duration start end proc [#:step 1 #:ease smoothstep #:interpolate lerp]
+
Procedure: tween duration start end proc [#:step 1] [#:ease smoothstep] #:interpolate lerp]

Transition a value from start to end over duration, sending each succesive value to proc. step controls the amount of time between each update of the animation. -- cgit v1.2.3