From 97b6b358f146b065e1b558f39429309f0a2c585c Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 6 Jul 2022 16:21:36 +0200 Subject: [PATCH] Update ROADMAP.md --- docs/ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index a95da995e..3256c02e9 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -50,7 +50,6 @@ ### Animations - [ ] Consider `anim` events to replace many callbacks with one - [ ] `lv_anim_time_to_speed` should work differently to remove `style_anim_speed`. E.g. on large values of anim time store the speed. Besides all widgets should use the `style_anim` property. `anim` should clamp the time if it's calculated from speed, e.g `lv_clamp(200, t, 2000)`. (maybe `a->min_time/max_time`). -- [ ] Consider [stagger animations](https://greensock.com/docs/v3/Staggers). ## Planned in general @@ -86,7 +85,8 @@ - [ ] Scene support. See [this comment](https://github.com/lvgl/lvgl/issues/2790#issuecomment-965100911) - [ ] Circle layout. #2871 - [ ] Variable binding. I.e create properties which can be bound to objects and those obejcts are notified on value change. Maybe based on `lv_msg`? - +- [ ] Consider [stagger animations](https://greensock.com/docs/v3/Staggers). + ## Ideas - Consider direct binary font format support - Improve groups. [Discussion](https://forum.lvgl.io/t/lv-group-tabindex/2927/3). Reconsider focusing logic. Allow having no widget selected (on web it's possible)