MarqueeTextMediaDisplay

fun MarqueeTextMediaDisplay(modifier: Modifier = Modifier, title: String? = null, artist: String? = null, titleIcon: Paintable? = null, enterTransitionDelay: Int = 60, subtextTransitionDelay: Int = 30, @FloatRange(from = 0.0, to = 1.0) transitionLength: Float = 0.125f)

An animated text only display showing scrolling title and still artist in two separated rows.