system/ui: enhance scroll panel with iPhone-like physics and behavior (#35312)

* improve scroll panel for iphone-like experience

* add comments

* increase demo run time for easier testing
This commit is contained in:
Dean Lee
2025-05-22 11:31:50 +08:00
committed by GitHub
parent 3f53133da5
commit c9f3cd5ad2
2 changed files with 139 additions and 31 deletions
+1 -1
View File
@@ -88,4 +88,4 @@ class TextWindow(BaseWindow[TextWindowRenderer]):
if __name__ == "__main__":
with TextWindow(DEMO_TEXT):
time.sleep(5)
time.sleep(30)