From 9224412274e1e1a31a959083bb257a7d6ab2b113 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Aug 2016 20:40:12 -0400 Subject: Add Sly manual. --- manuals/sly/Tweens.html | 99 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 manuals/sly/Tweens.html (limited to 'manuals/sly/Tweens.html') diff --git a/manuals/sly/Tweens.html b/manuals/sly/Tweens.html new file mode 100644 index 0000000..35634d1 --- /dev/null +++ b/manuals/sly/Tweens.html @@ -0,0 +1,99 @@ + + + + + +Sly: Tweens + + + + + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: Math   [Contents][Index]

+
+
+ +

4.2.4 Tweens

+ +
+
(use-modules (sly math tween))
+
+ +

Tweening is the process of interpolating between two key values to +create the illusion of smooth animation. There are many different +ways to alter the rate of change, or “ease”, one value to another. +

+

When tween functions are combined with Signals, the result is +animation! +

+ + + + + + + + + + -- cgit v1.2.3