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
This is due to the the state of the animation being changed in the middle of writing the new clock time. Can solve one of two ways:
-Reduce the amount of time it takes to write the clock and update text, only updating when a change in the system has occurred
-Making sure that the clock writing is complete before executing and animation shift. This could be done by calling the animation update from elsewhere than the flask api.
The text was updated successfully, but these errors were encountered:
lancewilhelm
changed the title
Changing Text Animation leaves some balls still lit
Changing Text Animation to static leaves some balls still lit (excluding time)
Jan 31, 2020
lancewilhelm
changed the title
Changing Text Animation to static leaves some balls still lit (excluding time)
Changing Text Animation to static leaves some balls still lit
Jan 31, 2020
This happens specifically when we go from scrolling to static for anything other than time. The balls do not reset to the origin and some balls stay lit. It is as if the text state is overwritten completely.
This is evident because if you apply a new BG color after applying the static animation the text that was frozen is overwritten.
Update:
With the newest code it is not as much of a problem anymore. It still does this from time to time. Need to get some more info and really find the root cause of this issue.
This is due to the the state of the animation being changed in the middle of writing the new clock time. Can solve one of two ways:
-Reduce the amount of time it takes to write the clock and update text, only updating when a change in the system has occurred
-Making sure that the clock writing is complete before executing and animation shift. This could be done by calling the animation update from elsewhere than the flask api.
The text was updated successfully, but these errors were encountered: