From 5be9fddfc9f556ffb1845d98a2987bd060b7d47a Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 6 Nov 2022 18:16:34 +0000 Subject: [PATCH] transitions default false --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 34d235a..5d846f9 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -106,7 +106,7 @@ Using `blur_new_optimizations` with an animated wallpaper may actually increase | name | description | type | default | |---|---|---|---|---| | enabled | enable animations | bool | true | -| use_resize_transitions | enable fade transitions for resize animations | bool | true | +| use_resize_transitions | enable fade transitions for resize animations | bool | false | {{< hint type=info >}}