MarqueeAnimationMode
-
Cmn
value class MarqueeAnimationMode
Specifies when the basicMarquee animation runs.
Summary
Public companion properties |
||
|---|---|---|
MarqueeAnimationMode |
Starts animating immediately (accounting for any initial delay), irrespective of focus state. |
Cmn
|
MarqueeAnimationMode |
Only animates while the marquee has focus or a node in the marquee's content has focus. |
Cmn
|
Public companion properties
Immediately
val Immediately: MarqueeAnimationMode
Starts animating immediately (accounting for any initial delay), irrespective of focus state.
WhileFocused
val WhileFocused: MarqueeAnimationMode
Only animates while the marquee has focus or a node in the marquee's content has focus.