This is outdated documentation for Sycamore.
For up-to-date documentation, see the latest version (v0.8).
Tweened
Tweened states update their values over a period of time. For example, the following code snippet interpolates a value from 0 to 100 over a period of 200ms:
use Duration;
use Tweened;
use ;
let tweened = new;
tweened.set;
Different easing functions are provided in the sycamore::easing
module.