Skip to content

Commit 90e2145

Browse files
committed
tests: add animations to base config parsing test
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
1 parent 1b3c585 commit 90e2145

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/configs/parsing_test.conf

+10
Original file line numberDiff line numberDiff line change
@@ -423,3 +423,13 @@ window-shader-fg-rule =
423423
" shader.frag :name = 'a'",
424424
"default:name = 'b'"
425425
]
426+
427+
animations = ({
428+
triggers = ["close", "hide"];
429+
offset-y = {
430+
timing = "0.2s linear";
431+
start = 0;
432+
end = "- window-height - window-y";
433+
};
434+
opacity = 1;
435+
})

0 commit comments

Comments
 (0)