AnimationConfiguration

data class AnimationConfiguration(val autoplayDelay: Double = 0.5, val shouldLoop: Boolean = true, val loopCount: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(autoplayDelay: Double = 0.5, shouldLoop: Boolean = true, loopCount: Int = 0)

Properties

Link copied to clipboard

The time (in seconds) after which the animation will autoplay once visible on screen

Link copied to clipboard

The number of times the animation should loop

Link copied to clipboard

Whether the animation should loop