38 lines
1.7 KiB
Plaintext
38 lines
1.7 KiB
Plaintext
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
|
animations {
|
|
enabled = yes
|
|
|
|
# ─────────────────────────────
|
|
# 🎨 Soft fluid curve (no overshoot, calmer motion)
|
|
# ─────────────────────────────
|
|
bezier = fluid, 0.18, 0.85, 0.2, 1.0
|
|
|
|
# ─────────────────────────────
|
|
# 🪟 Windows (primary motion)
|
|
# ─────────────────────────────
|
|
animation = windows, 1, 7, fluid
|
|
animation = windowsOut, 1, 6, fluid, popin 90%
|
|
|
|
# NOTE:
|
|
# windowsIn is usually redundant if windows is set,
|
|
# so we omit it for cleaner behavior
|
|
|
|
# ─────────────────────────────
|
|
# 🧭 Workspace switching (core navigation feel)
|
|
# ─────────────────────────────
|
|
animation = workspaces, 1, 6, fluid
|
|
|
|
# ─────────────────────────────
|
|
# 🌫️ Fade (subtle UI layering)
|
|
# ─────────────────────────────
|
|
animation = fade, 1, 7, fluid
|
|
|
|
# ─────────────────────────────
|
|
# 🧱 Borders (stable, almost static feel)
|
|
# ─────────────────────────────
|
|
animation = border, 1, 10, default
|
|
|
|
# Keep angle animation subtle (avoid visual noise)
|
|
animation = borderangle, 1, 8, default
|
|
}
|