Hello! I want to try my hand at `Modifier.Node` an...
# compose
a
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
@Doris Liu is there some way to use animations like this from modifier nodes?