easing example

This commit is contained in:
Will McGugan
2021-09-12 15:31:15 +01:00
parent 4b5f03949e
commit ff64e147a2
7 changed files with 27 additions and 19 deletions

View File

@@ -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()):