Call-back after screen transition animation has finished

I think it’s not possible with lv_scr_load_anim.

The best workaround is probably to create a one-shot task that executes after someDuration. As long as you set its priority to LV_TASK_PRIO_LOWEST, the animation should finish before the task gets called.