Does anyone knows a code sample which use custom l...
# compose
m
Does anyone knows a code sample which use custom layout and animate its children based on the parent/layout state (not the child animating itself)? I'm trying to build a custom animated column (not a lazy one, small elements count), so state changes on position will be triggered when new elements comes into scope, old elements go out of scope, and shuffles too.