well niri work please
This commit is contained in:
parent
949f2ca150
commit
4898f5cc5f
7 changed files with 38 additions and 39 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue