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.