:orphan: .. title:: LVGL_PAGE_DEF_ANIM_TIME .. option:: CONFIG_LVGL_PAGE_DEF_ANIM_TIME *Default page focus animation time* Type: ``int`` Help ==== .. code-block:: none 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 ================== At ``/gui/lvgl/Kconfig.objects:244`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Page object .. code-block:: kconfig config LVGL_PAGE_DEF_ANIM_TIME int "Default page focus animation time" default 400 depends on LVGL_USE_PAGE && LVGL help Default page focus animation time in milliseconds *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*