summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Tweening.html
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/chickadee/Tweening.html')
-rw-r--r--manuals/chickadee/Tweening.html6
1 files changed, 4 insertions, 2 deletions
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 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
-<!-- Copyright (C) 2017 David Thompson davet@gnu.org
+<!-- Copyright (C) 2017, 2018, 2019 David Thompson davet@gnu.org
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
@@ -13,6 +13,8 @@ A copy of the license is also available from the Free Software
Foundation Web site at http://www.gnu.org/licenses/fdl.html.
+* Chickadee: (chickadee). Game programming toolkit for Guile.
+
The document was typeset with
http://www.texinfo.org/ (GNU Texinfo).
-->
@@ -109,7 +111,7 @@ procedure can be used within any script like so:
</pre></div>
<dl>
-<dt><a name="index-tween"></a>Procedure: <strong>tween</strong> <em><var>duration</var> <var>start</var> <var>end</var> <var>proc</var> [#:step 1 #:ease <code>smoothstep</code> #:interpolate <code>lerp</code>]</em></dt>
+<dt><a name="index-tween"></a>Procedure: <strong>tween</strong> <em>duration start end proc [#:step <code>1</code>] [#:ease <code>smoothstep</code>] #:interpolate <code>lerp</code>]</em></dt>
<dd><p>Transition a value from <var>start</var> to <var>end</var> over <var>duration</var>,
sending each succesive value to <var>proc</var>. <var>step</var> controls the
amount of time between each update of the animation.