The total duration of the animation sequence in milliseconds.
Gets the total duration of all scenes added to the builder.
The total duration in milliseconds.
Adds a scene to the builder with a specified name and duration.
The name of the scene.
The duration of the scene in milliseconds.
The SceneBuilder instance for chaining.
Adds a scene to the builder with a specified name and a duration that extends to the end of the total duration.
The name of the scene.
The SceneBuilder instance for chaining.
Creates a new SceneBuilder to help construct scenes with automatic timing.