Is there a way with BottomSheetScaffoldState to ge...
# compose
t
Is there a way with BottomSheetScaffoldState to get progress and direction to be able to synchronize other animations to the expansion state?
c
I think this used to be possible but they removed the progress state at some point? @jossiwolf can you correct me if I'm wrong?
t
Yes :( I'm using an old copy that expose the anchored and expose anchored fields. But M3 with everything private is a pain to copy and maintain so hopefully there's way as it sound like a simple need.
☝️ 1
c
i use the progress state in an old project to sync an animation when the sheet comes up and down. i guess i haven't updated the deps there in quite some time lol