Compose API Reference Compose Animation Core snap Function Common public fun <T> snap(delayMillis: Int = 0): SnapSpec<T> Creates a Snap animation for immediately switching the animating value to the end value. Parameters delayMillisthe number of milliseconds to wait before the animation runs. 0 by default.
Compose API Reference Compose Animation Core snap Function Common public fun <T> snap(delayMillis: Int = 0): SnapSpec<T> Creates a Snap animation for immediately switching the animating value to the end value. Parameters delayMillisthe number of milliseconds to wait before the animation runs. 0 by default.