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
After being away from the widget game for a while, I missed a major issue when creating the first version of this library.
Currently, the scrolling animation is blocking.
The library should be modified similar to the other animated widgets where an .update function is called in the main loop to perform the animations.
The text was updated successfully, but these errors were encountered:
kmatch98
changed the title
Add .update operating to allow non-blocking scrolling
Add .update function to allow non-blocking scrolling
Feb 9, 2022
After being away from the widget game for a while, I missed a major issue when creating the first version of this library.
Currently, the scrolling animation is blocking.
The library should be modified similar to the other animated widgets where an
.update
function is called in the main loop to perform the animations.The text was updated successfully, but these errors were encountered: