-
public final class MarqueeTextMediaDisplayKt
-
-
Method Summary
Modifier and Type Method Description final static UnitMarqueeTextMediaDisplay(Modifier modifier, String title, String artist, Integer enterTransitionDelay, Integer subtextTransitionDelay, @FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble()) Float transitionLength)An animated text only display showing scrolling title and still artist in two separated rows. -
-
Method Detail
-
MarqueeTextMediaDisplay
@Composable() final static Unit MarqueeTextMediaDisplay(Modifier modifier, String title, String artist, Integer enterTransitionDelay, Integer subtextTransitionDelay, @FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble()) Float transitionLength)
An animated text only display showing scrolling title and still artist in two separated rows.
-
-
-
-