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