:orphan: .. title:: LVGL_TABVIEW_DEF_ANIM_TIME .. option:: CONFIG_LVGL_TABVIEW_DEF_ANIM_TIME *Tab view animation time* Type: ``int`` Help ==== Tab view animation time in milliseconds Direct dependencies =================== \ :option:`LVGL_USE_TABVIEW ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 300 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.objects:349`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Tab view object .. parsed-literal:: config LVGL_TABVIEW_DEF_ANIM_TIME int "Tab view animation time" default 300 depends on \ :option:`LVGL_USE_TABVIEW ` && \ :option:`LVGL ` help Tab view animation time in milliseconds *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*