When using a `SeekableTransitionState` and manuall...
# compose
j
When using a
SeekableTransitionState
and manually seeking and animation via
seekTo(…)
do you need to perform a
snapTo(...)
in order for the
SeekableTransitionState.currentState
to update? I would like to have a seekable
AnimatedVisibility
but my content never full leaves composition (space is consumed by sibling), it is only hidden.