bmarrdev / android-DecoView-charting

DecoView: Android arc based animated charting library
Apache License 2.0
991 stars 194 forks source link

Series animation stops while recyclerview scroll #26

Open Puspharaj opened 8 years ago

Puspharaj commented 8 years ago

Hi there,

I've been using this awesome library more than a year in my app, I'm really happy with current setup except one thing.

The series item animation stops when i scroll recyclerview fast before the series animation begin. Meaning the item fill animation stops at one point. Series fill animation code inside viewholder. Why is this happening recycler adapter skips the viewholder series animation method?

Please suggest a solution.

Thanks!