Advertisement
PROPESSOR

Animations-Hyprland

Jun 6th, 2025
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.18 KB | None | 0 0
  1. animations {
  2.     enabled = true
  3.     first_launch_animation = true
  4.     workspace_wraparound = false
  5.  
  6.     # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
  7.  
  8.     bezier = easeOutQuint,0.23,1,0.32,1
  9.     bezier = easeInOutCubic,0.65,0.05,0.36,1
  10.     bezier = linear,0,0,1,1
  11.     bezier = almostLinear,0.5,0.5,0.75,1.0
  12.     bezier = quick,0.15,0,0.1,1
  13.  
  14.     animation = global, 1, 10, default
  15.     animation = border, 1, 5.39, easeOutQuint
  16.     animation = windows, 1, 4.79, easeOutQuint
  17.     animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
  18.     animation = windowsOut, 1, 1.49, linear, popin 87%
  19.     animation = fadeIn, 1, 1.73, almostLinear
  20.     animation = fadeOut, 1, 1.46, almostLinear
  21.     animation = fade, 1, 3.03, quick
  22.     animation = layers, 1, 3.81, easeOutQuint
  23.     animation = layersIn, 1, 4, easeOutQuint, fade
  24.     animation = layersOut, 1, 1.5, linear, fade
  25.     animation = fadeLayersIn, 1, 1.79, almostLinear
  26.     animation = fadeLayersOut, 1, 1.39, almostLinear
  27.     animation = workspaces, 1, 1.94, almostLinear, fade
  28.     animation = workspacesIn, 1, 1.21, almostLinear, fade
  29.     animation = workspacesOut, 1, 1.94, almostLinear, fade
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement