https://kotlinlang.org logo
#compose
Title
# compose
a

alxdthn

10/20/2023, 8:45 PM
Hello! I want to try my hand at
Modifier.Node
and migrate one of the modifiers based on
Modifier.composed
. It uses
rememberInfiniteTransition
, it is logical to assume that in my
Modifier.Node
I need
InfiniteTransition
, but it does not have a public constructor. It turns out I got in the way at the beginning?
👀 1
z

Zach Klippenstein (he/him) [MOD]

10/23/2023, 3:23 AM
@Doris Liu is there some way to use animations like this from modifier nodes?
3 Views