I needed a pre-load animation for the progress bar in a project, and I found that no examples are available for this, so I built one by myself using a timer and changing the start/end values. Sharing it here so maybe someone else will benefit from it. If it is helpful we can put it into the examples in the docs too.
Setting the values with LV_ANIM_ON caused glitches sometimes during the reset phase, I now use LV_ANIM_OFF, as the update cycle is so fast that animation is useless anyway.
It works. But the behavior has a little difference between Windows + LVGL 8.2 and Ubuntu + LVGL 8.1. Maybe it is because of platform, or the LVGL version, not verified.