Allow for different animation interpolator
tyalie opened this issue · 4 comments
tyalie commented
Giving an animation interpolator to the animator would be great.
tyalie commented
I'll add an option for that myself and push it to you for review.
But I have a question about that: Is it possible to set something like that through annotations? How would the implementation look like?
yuriy-budiyev commented
Implementation with annotations will require codegen or refelection, both of them seems like too huge overhead for a just progress bar. Classic solution looks good.
tyalie commented
One small question: When will the update be released as a Gradle repositories?
yuriy-budiyev commented
Soon