Description
What MCU/Processor/Board and compiler are you using?
x86 desktop using SDL
What LVGL version are you using?
8.1
What do you want to achieve?
Fade in a text when a scrolled item finishes snapping.
What have you tried so far?
I’m starting the animation on LV_EVENT_SCROLL_END but that one gets fired twice, once the user lets go of the item and a second time when the auto scrolling finishes snapping.
Is there another event that is fired during the auto snapping? I would like to skip the event when the user lets go of the item and start the animation when the item finishes snapping.
LV_EVENT_SCROLL_BEGIN gets fired twice as well, once the user starts dragging and the second time when auto scrolling starts snapping.