scene

Basic canvas for animations.

Type Aliases

class SceneInteractAction
MethodWithArgs | 'SceneInteractContinue' | 'SceneInteractRerun'

Classes

RerunSceneHandler

A class to handle rerunning a Scene after the input file is modified.

Scene

A Scene is the canvas of your animation.

SceneInteractContinue

Object which, when encountered in Scene.interact(), triggers the end of the scene interaction, continuing with the rest of the animations, if any.

SceneInteractRerun

Object which, when encountered in Scene.interact(), triggers the rerun of the scene.