geftimov / android-pathview

Android view with both path from constructed path or from svg.
Apache License 2.0
2.91k stars 513 forks source link

Animate paths sequentially #13

Closed CharlesNascimento closed 8 years ago

CharlesNascimento commented 8 years ago

Hello! Is it possible to animate the paths sequentially, insteady of in parallel? Congratulations for your great work, thanks!

geftimov commented 8 years ago

It should be possible, because you have a List of paths and their duration. Probably a simple flag in java should do the trick and the implementation should wait for the duration of the following path to be able to start the animation of the second.

geftimov commented 8 years ago

Thanks , looks great. I will upload it to maven today.

geftimov commented 8 years ago

From version 1.0.7

CharlesNascimento commented 8 years ago

Thanks, it's a pleasure to help! :)