From a0205733d75e8d9dbdb43ecc34f996f7a69cd5d6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 10 Sep 2022 14:40:37 +0100 Subject: [PATCH] Added videos --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3762a38c..eae9c5b0e 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,42 @@ pip install textual[dev] The addition of `[dev]` installs Textual development tools. -## Examples +## Reference commands +The `textual` command has a few sub-commands to preview Textual styles. + +
+ 🎬 Easing reference +
+ +This is the *easing* reference which demonstrates the easing parameter on animation, with both movement and opacity. You can run it with the following command: + +```bash +textual easing +``` + +https://user-images.githubusercontent.com/554369/189485538-31e794ff-61d7-4faf-902a-6e90a9d76e5b.mov + +
+ +
+ 🎬 Borders reference +
+ +This is the borders reference which demonstrates some of the borders styles in Textual. You can run it with the following command: + +```bash +textual borders +``` + + +https://user-images.githubusercontent.com/554369/189485735-cb2b4135-caee-46d7-a118-66cd7ed9eef5.mov + + + +
+ +## Examples The Textual repository comes with a number of examples you can experiment with or use as a template for your own projects.