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

Sequential path animation #14

Closed CharlesNascimento closed 8 years ago

CharlesNascimento commented 8 years ago

Made it posible to animate paths sequentially, instead of in parallel. To do so, just call pathView.getSequentialPathAnimator() instead of pathView.getPathAnimator().

geftimov commented 8 years ago

This should close #13.