MarqueeAnimationMode

Class

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

Specifies when the basicMarquee animation runs.

Companion Object

Properties

Common
val Immediately = MarqueeAnimationMode(0)

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

Common
val WhileFocused = MarqueeAnimationMode(1)

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