Function

withInfiniteAnimationFrameNanos

Like withFrameNanos, but applies the InfiniteAnimationPolicy from the calling CoroutineContext if there is one.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

withInfiniteAnimationFrameNanos

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.