Skip to content

Commit 5455997

Browse files
committed
tweak(stylix): enable workspace animations
1 parent 2eb85ee commit 5455997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nixos/stylix/stylesheets/main/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ with lib.elementary;
116116
bezier = easeOutExpo, 0.19, 1, 0.22, 1
117117
118118
animations {
119-
animation = workspaces, 0, 3, easeInOutQuint, slidevert
119+
animation = workspaces, 1, 3, easeInOutQuint, slidevert
120120
animation = windows, 1, 4, easeOutExpo, popin
121121
animation = fade, 1, 3, easeOutExpo
122122
}

0 commit comments

Comments
 (0)