diff -r ffe4e46a3163 -r f5850ce25caf svghmi/widget_jump.ysl2 --- a/svghmi/widget_jump.ysl2 Sun Jul 17 22:46:26 2022 +0200 +++ b/svghmi/widget_jump.ysl2 Sun Jul 17 22:53:35 2022 +0200 @@ -145,7 +145,7 @@ emit "cssdefs:jump" || .fade-out-page { - animation: fadeOut 0.6s both; + animation: cubic-bezier(0, 0.8, 0.6, 1) fadeOut 0.6s both; } @keyframes fadeOut {