Add .update function to allow non-blocking scrolling · Issue #1 · circuitpython/DisplayIO_ScrollBox · GitHub
Skip to content

Add .update function to allow non-blocking scrolling #1

Description

@kmatch98

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions