You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
Hello,
Currently, in
Version 0.21
, the animation is inserted by default and is theFade
type. The duration can be modified in theMiscellaneous
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
The text was updated successfully, but these errors were encountered: