Class

MarqueeAnimationMode

Specifies when the basicMarquee animation runs.

Source set: Common

Added in 1.11.0-rc01

value class MarqueeAnimationMode private constructor(private val value: Int)

Specifies when the basicMarquee animation runs.

Companion Object

Properties

Source set: Common

Added in 1.11.0-rc01

val Immediately = MarqueeAnimationMode(0)

Starts animating immediately (accounting for any initial delay), irrespective of focus state.

Source set: Common

Added in 1.11.0-rc01

val WhileFocused = MarqueeAnimationMode(1)

Only animates while the marquee has focus or a node in the marquee's content has focus.