Module silkenweb::animation

source ·
Expand description

Animation time signals.

Animations are built using signals that tick each animation frame. The signal value is the number of milliseconds since the start of the animation, so you just need to render the animation frame corresponding to the elapsed time.

See finite_animation and infinite_animation for examples.

Functions§