diff options
Diffstat (limited to 'manuals/chickadee/Tweening.html')
-rw-r--r-- | manuals/chickadee/Tweening.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manuals/chickadee/Tweening.html b/manuals/chickadee/Tweening.html index cbf513a..ddc066b 100644 --- a/manuals/chickadee/Tweening.html +++ b/manuals/chickadee/Tweening.html @@ -18,7 +18,7 @@ Foundation Web site at http://www.gnu.org/licenses/fdl.html. The document was typeset with http://www.texinfo.org/ (GNU Texinfo). --> -<!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Tweening (The Chickadee Game Toolkit)</title> @@ -28,12 +28,12 @@ http://www.texinfo.org/ (GNU Texinfo). <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> -<link href="index.html#Top" rel="start" title="Top"> -<link href="Index.html#Index" rel="index" title="Index"> +<link href="index.html" rel="start" title="Top"> +<link href="Index.html" rel="index" title="Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> -<link href="Scripting.html#Scripting" rel="up" title="Scripting"> -<link href="Channels.html#Channels" rel="next" title="Channels"> -<link href="Scripts.html#Scripts" rel="prev" title="Scripts"> +<link href="Scripting.html" rel="up" title="Scripting"> +<link href="Channels.html" rel="next" title="Channels"> +<link href="Scripts.html" rel="prev" title="Scripts"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} @@ -82,7 +82,7 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="Tweening"></span><div class="header"> <p> -Next: <a href="Channels.html#Channels" accesskey="n" rel="next">Channels</a>, Previous: <a href="Scripts.html#Scripts" accesskey="p" rel="prev">Scripts</a>, Up: <a href="Scripting.html#Scripting" accesskey="u" rel="up">Scripting</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html#Index" title="Index" rel="index">Index</a>]</p> +Next: <a href="Channels.html" accesskey="n" rel="next">Channels</a>, Previous: <a href="Scripts.html" accesskey="p" rel="prev">Scripts</a>, Up: <a href="Scripting.html" accesskey="u" rel="up">Scripting</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p> </div> <hr> <span id="Tweening-1"></span><h4 class="subsection">2.5.3 Tweening</h4> @@ -108,7 +108,7 @@ amount of time between each update of the animation. <p>To control how the animation goes from the initial to final state, an “easing” procedure may be specified. By default, the <code>smoothstep</code> easing is used, which is a more pleasing default -than a simplistic linear function. See <a href="Easings.html#Easings">Easings</a> for a complete list +than a simplistic linear function. See <a href="Easings.html">Easings</a> for a complete list of available easing procedures. </p> <p>The <var>interpolate</var> procedure computes the values in between |