mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
easing example
This commit is contained in:
@@ -25,6 +25,7 @@ class EasingApp(App):
|
||||
|
||||
self.placeholder = Placeholder()
|
||||
self.easing_view = DockView()
|
||||
self.placeholder.style = "white on dark_blue"
|
||||
|
||||
tree = TreeControl("Easing", {})
|
||||
for easing_key in sorted(EASING.keys()):
|
||||
|
||||
Reference in New Issue
Block a user