transition

CSS transition effect for the current component.


fun Modifier.transition(property: String? = null, duration: Double? = null, timingFunction: String? = null, delay: Double? = null): Modifier(source)

Set the CSS transition effect for the current component.