make animations faster

This commit is contained in:
Schrottkatze 2025-04-25 17:09:21 +02:00
parent c0a37db78b
commit d78a0b1c09
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -12,7 +12,7 @@
animations.window-open.easing = { animations.window-open.easing = {
curve = "linear"; curve = "linear";
duration-ms = 350; duration-ms = 230;
}; };
animations.shaders.window-open = builtins.readFile ./shaders/glitch-open.frag; animations.shaders.window-open = builtins.readFile ./shaders/glitch-open.frag;