Blank Labels on Scroll Effect
Great component. I am enjoying using it. However, I have found one issue with it. If I'm using a ScrollUp or ScrollDown label transition effect, I get blank labels when setText is called several times within a short period of time.
For example, if you set transitionEffect = BBCyclingLabelTransitionEffectScrollUp with a transitionDuration of 0.3, but setText gets called 2 or 3 times within that 0.3 seconds... you wind up with some blank labels. I'm not sure if it's alpha handling from the entering and exiting labels under high speed or frame handling or what. This does not seem to happen with the others transitionEffects (like cross fade). And I can work around the issue by setting transitionDuration to a lower value. Not as pretty, but it works that way.
+1
Any Luck to fix the issue?
@biasedbit would you accept a pull request to address this issue? If so any hints on how to fix it?