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

Add animation delay #4

Closed androziom closed 9 years ago

geftimov commented 9 years ago

@androziom Your patch is good. But i had a request to add listeners in more consistent way. Do you think is good to make an AnimationBuilder using Builder pattern, to be able to provide all animation properties that can be needed?

androziom commented 9 years ago

@geftimov I think, that it's good way.

geftimov commented 9 years ago

@androziom I will merge the pull-request and work on the AnimationBuilder.