How to animate in new screen?

The doc mentioned something called lv_scr_load_anim() that lets you load a new screen with an animation (e.g. push in from side etc). That seems to be gone in lvgl 7. Is there a replacement?

Hi @armis,

This appears to be a fairly new feature.

It looks to be available in Version 7.2.
Also in the current master branch.

@kisvegabor has posted an example of it’s use with links to the appropriate documentation here.

I hope that is helpful.

Kind Regards,

Pete

Thanks! Is version 7.2 released? I see its tagged but can’t tell if its an official release or not

Yes Version 7.2 is the current release.

Here is the commit for that.