:orphan: .. title:: LVGL_PAGE_DEF_ANIM_TIME .. option:: CONFIG_LVGL_PAGE_DEF_ANIM_TIME *Default page focus animation time* Type: ``int`` Help ==== Default page focus animation time in milliseconds Direct dependencies =================== \ :option:`LVGL_USE_PAGE ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 400 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.objects:244`` 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 → Page object .. parsed-literal:: config LVGL_PAGE_DEF_ANIM_TIME int "Default page focus animation time" default 400 depends on \ :option:`LVGL_USE_PAGE ` && \ :option:`LVGL ` help Default page focus animation time in milliseconds *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*