shake
fun Modifier.shake(enabled: Boolean, animationDurationMillis: Int = 167, animationStartOffset: Int = 0): Modifier(source)
Executes the shake step in the SDAI core UI layer.
Author
Dmitriy Moroz
Parameters
enabled
enabled value consumed by the API.
animationDurationMillis
animation duration millis value consumed by the API.
animationStartOffset
animation start offset value consumed by the API.