Explore Workflow
Motion Physics
Technical breakdown of system-wide motion easing and frame-timing logic.
Bezier Easing Engine
myBezier
Overshot0.05, 0.90, 0.10, 1.05default
Standard0.00, 0.75, 0.15, 1.00linear
Uniform0.00, 0.00, 1.00, 1.00Execution Timings
| Process Module | Speed (Ticks) | Curve ID | Motion Style |
|---|---|---|---|
| WindowsIn | 7.0 | myBezier | Standard |
| WindowsOut | 7.0 | default | Popin 80% |
| Workspaces | 6.0 | default | Slide |
| Fade | 7.0 | default | Crossfade |
| Global | 8.0 | default | Linear-ish |
Logic Parameters
Animation Engine
ACTIVEResponsiveness85%
Velocity is tuned to a 7-tick threshold. This maintains a balance between visual aesthetics and raw terminal performance.
Source Fragment
# ~/.config/hypr/hyprland.conf
animations {
enabled = true
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = workspaces, 1, 6, default
}