pingPongBallClock icon indicating copy to clipboard operation
pingPongBallClock copied to clipboard

Scrolling Text Slows down Rainbow/RainbowCycle

Open lancewilhelm opened this issue 5 years ago • 1 comments

By having scrolling text it slows down the cycle of the rainbow animations. There is some slowing of the program going on. It needs to be addressed. The scrolling should have no effect on the rainbow animation.

lancewilhelm avatar Jan 27 '20 04:01 lancewilhelm

So, optimized the code in scrollingText to try and address this. I rewrote several functions to elimate redundant writing of states or colors or unnecessary ones. This addressed this problem, but still not fully. When the scrolling speed is high, both the scrolling speed and animation take a hit. This will need to be addressed later. Right now it is usable.

lancewilhelm avatar Jan 28 '20 01:01 lancewilhelm