[][src]Module xfpl::animated

Structs

Audible
Loop
Move
Positioned
Scene
SceneItem
Sequence

Sequence of animations. Basically a container type, which takes a number of animations and plays them in order.

Skip

Shows an Animation, but skipping a predefined amount of seconds.

Static

Show a drawable object statically for a specified amount of time.

Trim

Show an animation, stripping a predefined amount off at the end.

Traits

Animated

Trait for something that can be drawn and is animated. Takes an offset, which is the time in seconds that should be drawn right now. Also has a duration, which is how long it is supposed to be shown for.

CloneAnimated