You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: