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!