tests: add animations to base config parsing test

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-05-09 05:15:03 +01:00
parent b32dc7df8d
commit dda95382b5
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 10 additions and 0 deletions

View File

@ -423,3 +423,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;
})