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

Fillafter animation #33

Closed diabloo closed 7 years ago

diabloo commented 7 years ago

Hi, i'm using your library and it's great , but i was wondering if there was a possibility to animate color filling

geftimov commented 7 years ago

@diabloo Can you describe in more details what do you mean?

diabloo commented 7 years ago

i have a colored svg , i use : pathView.useNaturalColors(); pathView.setFillAfter(true) i want to know if it's possible to fill with an animation like in this library but i want to achive this with the natural colors. ps :sorry for my english

geftimov commented 7 years ago

No worries , your English is perfect.

It is not possible unfortunately. This effect is beautiful but will change the course of this library.

But I think you can easily use the library that you pointed. Seems legit 👍