Package 

Class MarqueeTextMediaDisplayKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.