Compose API Reference Compose Animation Core withInfiniteAnimationFrameMillis Function Common public suspend inline fun <R> withInfiniteAnimationFrameMillis( crossinline onFrame: (frameTimeMillis: Long) -> R ): R Like withFrameMillis, but applies the InfiniteAnimationPolicy from the calling CoroutineContext if there is one.
Compose API Reference Compose Animation Core withInfiniteAnimationFrameMillis Function Common public suspend inline fun <R> withInfiniteAnimationFrameMillis( crossinline onFrame: (frameTimeMillis: Long) -> R ): R Like withFrameMillis, but applies the InfiniteAnimationPolicy from the calling CoroutineContext if there is one.