Source set: Common
public class MarqueeAnimationMode private constructor(private val value: Int)
Specifies when the basicMarquee animation runs.
Functions
toString
Source set: Common
override fun toString(): String
Members
Companion
Source set: Common
public companion object
Properties
Immediately
Source set: Common
public val Immediately: MarqueeAnimationMode
Starts animating immediately (accounting for any initial delay), irrespective of focus state.
WhileFocused
Source set: Common
public val WhileFocused: MarqueeAnimationMode
Only animates while the marquee has focus or a node in the marquee's content has focus.