Package-level declarations

Types

Link copied to clipboard
class FadeIn(val from: Color, val durationInMs: Long) : SceneTransition

Provides a fade in transition between scenes. Fades in from the from color over a specified durationInMs

Link copied to clipboard
class FadeOut(val to: Color, val durationInMs: Long) : SceneTransition

Provides a fade out transition between scenes. Fades out to the to color over a specified durationInMs

Link copied to clipboard

Provides an instant transition between scenes.

Link copied to clipboard
interface SceneTransition

Provides an interface for transitions between scenes.