Skip to content

Commit

Permalink
tweak(stylix): enable workspace animations
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Aug 13, 2024
1 parent 2eb85ee commit 5455997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/stylix/stylesheets/main/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ with lib.elementary;
bezier = easeOutExpo, 0.19, 1, 0.22, 1
animations {
animation = workspaces, 0, 3, easeInOutQuint, slidevert
animation = workspaces, 1, 3, easeInOutQuint, slidevert
animation = windows, 1, 4, easeOutExpo, popin
animation = fade, 1, 3, easeOutExpo
}
Expand Down

0 comments on commit 5455997

Please sign in to comment.