Improvement documentation. (#361)

This commit is contained in:
Arthur Sonzogni
2022-03-20 18:13:11 +01:00
committed by GitHub
parent 0137d2a9ac
commit 1a3fcc1bd8
3 changed files with 379 additions and 76 deletions

View File

@@ -9,8 +9,8 @@ current (development)
means non-cmake users should not link against "libftxui-dom" for instance.
### Component
- Animations module! Components can implement the `OnAnimation` method and the
animation::Animator to define some animated properties.
- **Animations** module! Components can implement the `OnAnimation` method and
the animation::Animator to define some animated properties.
- `Menu` now support animations.
- `Button` now supports animations.
- Support SIGTSTP. (ctrl+z).