svghmi/widget_jump.ysl2
changeset 3553 406eb8a13648
parent 3515 b90a0acc8c4e
child 3577 6c7a7b22bec9
--- 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 {