Is there any way to use the SharedTransition api w...
# compose
d
Is there any way to use the SharedTransition api while using the user's dragging movement to control which stage of the transition is being shown? It seems like all it's apis are just fire & and let it handle the transition.
a
Check
SeekableTransitionState
.
d
Looks promising... but how would you implement a bottom sheet type thing that has a bar view and a fullscreen view that when dragging in up/down it transitions between those two views (in reality it's a bar/fullscreen media player)? It seems like claude and codex are really baffled by this task...
Or maybe you have a ready-made example that's similar that you can post here? Thanks!