well niri work please

This commit is contained in:
afoucaultc 2026-08-07 21:31:50 +02:00
parent 949f2ca150
commit 4898f5cc5f
7 changed files with 38 additions and 39 deletions

View file

@ -11,13 +11,17 @@
};
window-open = {
duration-ms = 150;
curve = "ease-out-expo";
kind.easing = {
duration-ms = 150;
curve = "ease-out-expo";
};
};
window-close = {
duration-ms = 150;
curve = "ease-out-quad";
kind.easing = {
duration-ms = 150;
curve = "ease-out-quad";
};
};
horizontal-view-movement.spring = {
@ -44,8 +48,12 @@
epsilon = 0.001;
};
screenshot-ui-open.duration-ms = 200;
screenshot-ui-open = {
kind.easing = {
duration-ms = 200;
curve = "ease-out-quad";
};
};
overview-open-close.spring = {
damping-ratio = 1.0;
stiffness = 800;