withInfiniteAnimationFrameMillis

inline suspend fun <R> withInfiniteAnimationFrameMillis(crossinline onFrame: (frameTimeMillis: Long) -> R): R

Like withInfiniteAnimationFrameNanos, but with the frame time expressed in milliseconds. Behaves like withFrameMillis.