We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04f825 commit dd208ffCopy full SHA for dd208ff
tests/configs/parsing_test.conf
@@ -427,9 +427,33 @@ window-shader-fg-rule =
427
animations = ({
428
triggers = ["close", "hide"];
429
offset-y = {
430
- timing = "0.2s linear";
431
start = 0;
+ duration = 0.2;
432
end = "- window-height - window-y";
433
};
434
opacity = 1;
435
-})
+}, {
436
+ triggers = ["open"];
437
+ preset = "slide-in";
438
+ duration = 1;
439
440
441
+ preset = "slide-out";
442
443
444
445
+ preset = "fly-in";
446
447
448
449
+ preset = "fly-out";
450
451
452
453
+ preset = "appear";
454
455
456
457
+ preset = "disappear";
458
459
+});
0 commit comments