summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Easings.html
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/chickadee/Easings.html')
-rw-r--r--manuals/chickadee/Easings.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/manuals/chickadee/Easings.html b/manuals/chickadee/Easings.html
index 2d1f2ad..241e9e8 100644
--- a/manuals/chickadee/Easings.html
+++ b/manuals/chickadee/Easings.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>Easings (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="Math.html#Math" rel="up" title="Math">
-<link href="Bezier-Curves.html#Bezier-Curves" rel="next" title="Bezier Curves">
-<link href="Quaternions.html#Quaternions" rel="prev" title="Quaternions">
+<link href="Math.html" rel="up" title="Math">
+<link href="Bezier-Curves.html" rel="next" title="Bezier Curves">
+<link href="Quaternions.html" rel="prev" title="Quaternions">
<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="Easings"></span><div class="header">
<p>
-Next: <a href="Bezier-Curves.html#Bezier-Curves" accesskey="n" rel="next">Bezier Curves</a>, Previous: <a href="Quaternions.html#Quaternions" accesskey="p" rel="prev">Quaternions</a>, Up: <a href="Math.html#Math" accesskey="u" rel="up">Math</a> &nbsp; [<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="Bezier-Curves.html" accesskey="n" rel="next">Bezier Curves</a>, Previous: <a href="Quaternions.html" accesskey="p" rel="prev">Quaternions</a>, Up: <a href="Math.html" accesskey="u" rel="up">Math</a> &nbsp; [<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="Easings-1"></span><h4 class="subsection">2.2.7 Easings</h4>
@@ -90,7 +90,7 @@ Next: <a href="Bezier-Curves.html#Bezier-Curves" accesskey="n" rel="next">Bezier
<p>Easing functions are essential for animation. Each easing function
provides a different path to go from an initial value to a final
value. These functions make an excellent companion to the
-<code>tween</code> procedure (see <a href="Tweening.html#Tweening">Tweening</a>). Experiment with them to
+<code>tween</code> procedure (see <a href="Tweening.html">Tweening</a>). Experiment with them to
figure out which function makes an animation look the best.
</p>
<p>Pro tip: <code>smoothstep</code> provides nice results most of the time and