Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation Enable/Disable and Type selection #675

Open
MyVanitar opened this issue Dec 22, 2024 · 0 comments
Open

Animation Enable/Disable and Type selection #675

MyVanitar opened this issue Dec 22, 2024 · 0 comments
Assignees
Milestone

Comments

@MyVanitar
Copy link

MyVanitar commented Dec 22, 2024

Hello,

Currently, in Version 0.21, the animation is inserted by default and is the Fade type. The duration can be modified in the Miscellaneous section and the screen load function is as follows:

lv_scr_load_anim(screen, LV_SCR_LOAD_ANIM_FADE_IN, 200, 0, false);

This can be modified easily in the code, however, I suggest the EEZ allow the user to disable/enable the animation and if the user decides to enable the animation, he should be able to select the animation type, except for its duration.

Thanks

@mvladic mvladic added this to the 0.22.0 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants