feat: add window animations
This commit is contained in:
@@ -263,7 +263,34 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
animations = {
|
animations = {
|
||||||
enabled = false;
|
enabled = true;
|
||||||
|
|
||||||
|
bezier = [
|
||||||
|
"easeOutQuint, 0.23, 1, 0.32, 1"
|
||||||
|
"easeInOutCubic, 0.65, 0.05, 0.36, 1"
|
||||||
|
"linear, 0, 0, 1, 1"
|
||||||
|
"almostLinear, 0.5, 0.5, 0.75, 1"
|
||||||
|
"quick, 0.15, 0, 0.1, 1"
|
||||||
|
];
|
||||||
|
|
||||||
|
animation = [
|
||||||
|
"global, 1, 10, default"
|
||||||
|
"border, 0, 5.39, easeOutQuint"
|
||||||
|
"windows, 0, 4.79, easeOutQuint"
|
||||||
|
"windowsIn, 1, 4.1, easeOutQuint, popin 87%"
|
||||||
|
"windowsOut, 1, 1.49, linear, popin 87%"
|
||||||
|
"fadeIn, 0, 1.73, almostLinear"
|
||||||
|
"fadeOut, 0, 1.46, almostLinear"
|
||||||
|
"fade, 0, 3.03, quick"
|
||||||
|
"layers, 0, 3.81, easeOutQuint"
|
||||||
|
"layersIn, 0, 4, easeOutQuint, fade"
|
||||||
|
"layersOut, 0, 1.5, linear, fade"
|
||||||
|
"fadeLayersIn, 0, 1.79, almostLinear"
|
||||||
|
"fadeLayersOut, 0, 1.39, almostLinear"
|
||||||
|
"workspaces, 0, 1.94, almostLinear, fade"
|
||||||
|
"workspacesIn, 0, 1.21, almostLinear, fade"
|
||||||
|
"workspacesOut, 0, 1.94, almostLinear, fade"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user