mirror of
https://github.com/yshui/picom.git
synced 2025-03-31 17:35:52 -04:00
tests: add animations to base config parsing test
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
cfbb7c39f9
commit
6c3dbdd97e
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue