Skip to content

Commit

Permalink
tests: add animations to base config parsing test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed May 10, 2024
1 parent 236948a commit 7fb6705
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/configs/parsing_test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -430,3 +430,13 @@ window-shader-fg-rule =
" shader.frag :name = 'a'",
"default:name = 'b'"
]

animations = ({
triggers = ["close", "hide"];
offset-y = {
timing = "0.2s linear";
start = 0;
end = "- window-height - window-y";
};
opacity = 1;
})

0 comments on commit 7fb6705

Please sign in to comment.