How to call suspend functions?
# compose
r
How to call suspend functions?
l
s/onActive/LaunchedEffect
r
onActive also deprecated ))
d
Leland is recommending using
LaunchedEffect
instead. Here I would recommend an entire different animation API altogether:
rememberInfiniteTransition
r
Thank you @Doris Liu
👍 1