CONFIG_LVGL_TABVIEW_DEF_ANIM_TIME¶
Tab view animation time
Type: int
Help¶
Tab view animation time in milliseconds
Default¶
- 300 
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.objects:349
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/gui/lvgl/Kconfig:33
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Tab view object
config LVGL_TABVIEW_DEF_ANIM_TIME
    int "Tab view animation time"
    default 300
    depends on LVGL_USE_TABVIEW && LVGL
    help
      Tab view animation time in milliseconds
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)