diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-11-19 20:50:56 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-11-19 20:50:56 -0500 |
commit | 03f0340ae9df26b40855dd78216ff47738957851 (patch) | |
tree | 83ea1b646320b958b01757b8e7739783ecf68c91 /manuals/chickadee/Easings.html | |
parent | fc7097f7368b384f6dc52d32da763af90bd3564a (diff) |
manuals: Update chickadee manual to 0.6.0.
Diffstat (limited to 'manuals/chickadee/Easings.html')
-rw-r--r-- | manuals/chickadee/Easings.html | 16 |
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> [<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> [<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 |