FadeOut

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

Constructors

Link copied to clipboard
constructor(to: Color, durationInMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val to: Color

Functions

Link copied to clipboard
open override fun toString(): String