:orphan: .. title:: CONFIG_LVGL_ROLLER_DEF_ANIM_TIME .. kconfig:: CONFIG_LVGL_ROLLER_DEF_ANIM_TIME CONFIG_LVGL_ROLLER_DEF_ANIM_TIME ################################ *Roller animation time* Type: ``int`` Help ==== .. code-block:: none Roller animation time in milliseconds Direct dependencies =================== \ :kconfig:`LVGL_USE_ROLLER ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 200 Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:259`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Roller object .. code-block:: kconfig config LVGL_ROLLER_DEF_ANIM_TIME int "Roller animation time" default 200 depends on LVGL_USE_ROLLER && LVGL help Roller animation time in milliseconds *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*