Regenerated
This commit is contained in:
@@ -3,35 +3,32 @@ animations {
|
||||
enabled = yes
|
||||
|
||||
# ─────────────────────────────
|
||||
# 🎨 Soft fluid curve (no overshoot, calmer motion)
|
||||
# 🌊 Smooth fluid motion curve (less snap, more glide)
|
||||
# ─────────────────────────────
|
||||
bezier = fluid, 0.18, 0.85, 0.2, 1.0
|
||||
bezier = fluid, 0.10, 0.85, 0.15, 1.00
|
||||
|
||||
# ─────────────────────────────
|
||||
# 🪟 Windows (primary motion)
|
||||
# 🪟 Windows (primary UI motion)
|
||||
# slightly slower + softer entry/exit
|
||||
# ─────────────────────────────
|
||||
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
|
||||
animation = windows, 1, 8, fluid
|
||||
animation = windowsIn, 1, 8, fluid
|
||||
animation = windowsOut, 1, 7, fluid, popin 90%
|
||||
|
||||
# ─────────────────────────────
|
||||
# 🧭 Workspace switching (core navigation feel)
|
||||
# 🧭 Workspaces (camera-like movement)
|
||||
# make this the most “fluid” feeling part
|
||||
# ─────────────────────────────
|
||||
animation = workspaces, 1, 6, fluid
|
||||
animation = workspaces, 1, 7, fluid
|
||||
|
||||
# ─────────────────────────────
|
||||
# 🌫️ Fade (subtle UI layering)
|
||||
# 🌫️ Fades (keep snappy but soft)
|
||||
# ─────────────────────────────
|
||||
animation = fade, 1, 7, fluid
|
||||
animation = fade, 1, 6, fluid
|
||||
|
||||
# ─────────────────────────────
|
||||
# 🧱 Borders (stable, almost static feel)
|
||||
# 🧱 Borders (stable, minimal motion)
|
||||
# ─────────────────────────────
|
||||
animation = border, 1, 10, default
|
||||
|
||||
# Keep angle animation subtle (avoid visual noise)
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 9, fluid
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user