Ahmet Delibaş
02/25/2021, 10:11 AMAdam Powell
02/25/2021, 2:46 PMwithFrameNanos
Adam Powell
02/25/2021, 2:48 PMMonotonicFrameClock
CoroutineContext
element, which withFrameNanos
consults. It behaves similarly to the delay
function, but aligns to the animation frame and gives you the timestamp of the frame. The various animate
suspend functions are built on it.Adam Powell
02/25/2021, 2:50 PMLaunchedEffect,
coroutines launched from scopes obtained from rememberCoroutineScope
, and other scopes from the composition.Ahmet Delibaş
02/25/2021, 2:58 PM