is there animation api to take snapshot of a composable to do some offset animation without affect the original composable?
for example:
a composable contain
2 tabs
, first tab is selected, I want to take a snapshot of first tab selected state for a offset to bottom animation,
in the meantime, doing another animated visibility animation on the bottom with second tab selected with a fade in animation