exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6.01k stars 553 forks source link

Animation stops when user scrolls in uiscrollview #734

Open StanleyLubrick opened 3 years ago

StanleyLubrick commented 3 years ago

Hi there,

I have a bar chart animated which works perfectly well. But when during the animation, I start scrolling the page, the animation freezes on screen. When I stop interacting with the scrolling, the animation continues or is already finished.

How can I make the animation continue even when I'm scrolling ?

Thank you