# HG changeset patch # User Edouard Tisserant # Date 1655286119 -7200 # Node ID b90a0acc8c4e9cc10741b4b24347f08f4716355e # Parent f86ffe291feac53da50745a3a9ac76f5da79624b SVGHMI: fading page switch : to avoid blinking, page stays black once fading finished and next page is still not ready. diff -r f86ffe291fea -r b90a0acc8c4e svghmi/widget_jump.ysl2 --- a/svghmi/widget_jump.ysl2 Wed Jun 15 11:39:14 2022 +0200 +++ b/svghmi/widget_jump.ysl2 Wed Jun 15 11:41:59 2022 +0200 @@ -145,7 +145,7 @@ emit "cssdefs:jump" || .fade-out-page { - animation: fadeOut 0.6s; + animation: fadeOut 0.6s both; } @keyframes fadeOut {