Function

withInfiniteAnimationFrameMillis

Like withFrameMillis, 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

withInfiniteAnimationFrameMillis

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.