adjust border (again(

This commit is contained in:
lia
2025-09-13 16:55:07 +02:00
parent f0849f0df5
commit 58b6c18238

View File

@@ -63,6 +63,7 @@ animations {
bezier = emphasizedAccel, 0.3, 0, 0.8, 0.15
bezier = emphasizedDecel, 0.05, 0.7, 0.1, 1
bezier = standard, 0.2, 0, 0, 1
bezier = liner, 1, 1, 1, 1
animation = layersIn, 0.5, 5, emphasizedDecel, slide
animation = layersOut, 0.5, 4, emphasizedAccel, slide
@@ -77,7 +78,8 @@ animations {
animation = fade, 0.5, 6, standard
animation = fadeDim, 0.5, 6, standard
animation = border, 0.5, 1, liner
animation = border, 0.5, 6, liner
animation = borderangle, 0.5, 30, liner, loop
}