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