diff -r 4ee33be5b8b6 -r 406eb8a13648 svghmi/widget_jump.ysl2 --- a/svghmi/widget_jump.ysl2 Fri Jul 08 11:58:10 2022 +0200 +++ b/svghmi/widget_jump.ysl2 Tue Jul 12 12:12:52 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 {