Hi I’m trying to implement zoomable image. When us...
# compose
r
Hi I’m trying to implement zoomable image. When user interaction(touch down) ends I should run animation which fixes over-zooms and over-scrolls. What code I should run after end of this block?
a
I'm not sure what you are trying to achieve but you can see this.
r
Thank you but this example ignores zoom out when over zoomed
What I want to achieve is this animation
I achieved what I wanted. Thank you for your help @Albert Chang
I’ve committed the changes to forked repo https://github.com/rustamsmax/Zoomable