exyte / Macaw

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

SVG animation by percentage #442

Open applepeopletsai opened 6 years ago

applepeopletsai commented 6 years ago

Hi, could this library show animation between two svg file with percentage? ex: when i set 50%, the animation from first svg to second svg is half, not whole? is that possible?

ystrot commented 6 years ago

Unfortunately not yet. Current morphing animation is based on the native morphing, so need to check, if it's possible natively then we can add such an API as well.

applepeopletsai commented 6 years ago

Thank you very much! Hope that will be possible :)