Documentation on stripesAnimated
exister opened this issue · 1 comments
exister commented
I think it would be great if docs were more specific about disabling stripes animation. From examples I've understood that it's enough to just set hideStripes = YES
. But I've run into performance degradation caused by stripesAnimated
initially being set to YES
.
Thanks!
yannickl commented
Hi,
I just realize, by checking into the code, that it is a bug. 👎 It makes no sense to animate the stripes when there are hidden. The documentation is OK, but not the code, so I'll commit a patch to resolve this issue.
Thank you for pointing me the problem.