https://kotlinlang.org logo
Title
r

rsktash

12/13/2021, 2:51 PM
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

Albert Chang

12/13/2021, 3:44 PM
I'm not sure what you are trying to achieve but you can see this.
r

rsktash

12/13/2021, 3:59 PM
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