neodotfiles/config/hypr/animations.conf

21 lines
795 B
Text
Raw Normal View History

2024-03-08 15:21:36 +00:00
# ┏━┓┏┓╻╻┏┳┓┏━┓╺┳╸╻┏━┓┏┓╻
# ┣━┫┃┗┫┃┃┃┃┣━┫ ┃ ┃┃ ┃┃┗┫
# ╹ ╹╹ ╹╹╹ ╹╹ ╹ ╹ ╹┗━┛╹ ╹
animations {
enabled = yes
bezier = wind, 0.05, 0.9, 0.1, 1.05
bezier = winIn, 0.76, 0.42, 0.74, 0.87
bezier = winOut, 0.76, 0.42, 0.74, 0.87
bezier = workIn, 0.72, -0.07, 0.41, 0.98
2024-03-09 16:25:07 +00:00
bezier = linear, 0, 0, 1, 1
2024-03-08 15:21:36 +00:00
animation = windows, 1, 6, wind, popin
animation = windowsIn, 1, 1, workIn, popin
animation = windowsOut, 1, 5, workIn, popin
animation = windowsMove, 1, 5, wind, slide
animation = fadeIn, 1, 2, winIn
animation = fadeOut, 1, 5, winOut
2024-03-27 06:07:02 +00:00
animation = workspaces, 1, 3, workIn, slide
animation = specialWorkspace, 1, 5, workIn, slide
2024-03-08 15:21:36 +00:00
}