The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LVGL_PAGE_DEF_ANIM_TIME

Default page focus animation time

Type: int

Help

Default page focus animation time in milliseconds

Direct dependencies

LVGL_USE_PAGE && LVGL

(Includes any dependencies from ifs and menus.)

Default

  • 400

Kconfig definition

At lib/gui/lvgl/Kconfig.objects:244

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:8lib/gui/Kconfig:4lib/gui/lvgl/Kconfig:33

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Page object

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.)