Update ROADMAP.md
This commit is contained in:
committed by
GitHub
parent
6737aef4a2
commit
97b6b358f1
@@ -50,7 +50,6 @@
|
|||||||
### Animations
|
### Animations
|
||||||
- [ ] Consider `anim` events to replace many callbacks with one
|
- [ ] 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`).
|
- [ ] `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
|
## Planned in general
|
||||||
@@ -86,6 +85,7 @@
|
|||||||
- [ ] Scene support. See [this comment](https://github.com/lvgl/lvgl/issues/2790#issuecomment-965100911)
|
- [ ] Scene support. See [this comment](https://github.com/lvgl/lvgl/issues/2790#issuecomment-965100911)
|
||||||
- [ ] Circle layout. #2871
|
- [ ] 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`?
|
- [ ] 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
|
## Ideas
|
||||||
- Consider direct binary font format support
|
- Consider direct binary font format support
|
||||||
|
|||||||
Reference in New Issue
Block a user