forked from Shinonome/dots-hyprland
hyprland: rename bezier curves
This commit is contained in:
@@ -78,19 +78,22 @@ decoration {
|
|||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
# Curves
|
# Curves
|
||||||
bezier = md3_decel, 0.05, 0.7, 0.1, 1
|
bezier = expressiveFastSpatial, 0.42, 1.67, 0.21, 0.90
|
||||||
bezier = md3_accel, 0.3, 0, 0.8, 0.15
|
bezier = expressiveSlowSpatial, 0.39, 1.29, 0.35, 0.98
|
||||||
bezier = md2_decel, 0, 0, 0, 1
|
bezier = expressiveDefaultSpatial, 0.38, 1.21, 0.22, 1.00
|
||||||
|
bezier = emphasizedDecel, 0.05, 0.7, 0.1, 1
|
||||||
|
bezier = emphasizedAccel, 0.3, 0, 0.8, 0.15
|
||||||
|
bezier = standardDecel, 0, 0, 0, 1
|
||||||
bezier = menu_decel, 0.1, 1, 0, 1
|
bezier = menu_decel, 0.1, 1, 0, 1
|
||||||
bezier = menu_accel, 0.52, 0.03, 0.72, 0.08
|
bezier = menu_accel, 0.52, 0.03, 0.72, 0.08
|
||||||
# Configs
|
# Configs
|
||||||
# windows
|
# windows
|
||||||
animation = windowsIn, 1, 3, md3_decel, popin 80%
|
animation = windowsIn, 1, 3, emphasizedDecel, popin 80%
|
||||||
animation = windowsOut, 1, 2, md3_decel, popin 90%
|
animation = windowsOut, 1, 2, emphasizedDecel, popin 90%
|
||||||
animation = windowsMove, 1, 3, md3_decel, slide
|
animation = windowsMove, 1, 3, emphasizedDecel, slide
|
||||||
animation = border, 1, 10, md3_decel
|
animation = border, 1, 10, emphasizedDecel
|
||||||
# layers
|
# layers
|
||||||
animation = layersIn, 1, 2.7, md3_decel, popin 93%
|
animation = layersIn, 1, 2.7, emphasizedDecel, popin 93%
|
||||||
animation = layersOut, 1, 1.8, menu_accel, popin 94%
|
animation = layersOut, 1, 1.8, menu_accel, popin 94%
|
||||||
# fade
|
# fade
|
||||||
animation = fadeLayersIn, 1, 0.5, menu_decel
|
animation = fadeLayersIn, 1, 0.5, menu_decel
|
||||||
@@ -98,8 +101,8 @@ animations {
|
|||||||
# workspaces
|
# workspaces
|
||||||
animation = workspaces, 1, 7, menu_decel, slide
|
animation = workspaces, 1, 7, menu_decel, slide
|
||||||
## specialWorkspace
|
## specialWorkspace
|
||||||
animation = specialWorkspaceIn, 1, 2.8, md3_decel, slidevert
|
animation = specialWorkspaceIn, 1, 2.8, emphasizedDecel, slidevert
|
||||||
animation = specialWorkspaceOut, 1, 1.2, md3_accel, slidevert
|
animation = specialWorkspaceOut, 1, 1.2, emphasizedAccel, slidevert
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|||||||
Reference in New Issue
Block a user