Explore Workflow

Motion Physics

Technical breakdown of system-wide motion easing and frame-timing logic.

Bezier Easing Engine

myBezier

Overshot
0.05, 0.90, 0.10, 1.05

default

Standard
0.00, 0.75, 0.15, 1.00

linear

Uniform
0.00, 0.00, 1.00, 1.00

Execution Timings

Process ModuleSpeed (Ticks)Curve IDMotion Style
WindowsIn7.0myBezierStandard
WindowsOut7.0defaultPopin 80%
Workspaces6.0defaultSlide
Fade7.0defaultCrossfade
Global8.0defaultLinear-ish

Logic Parameters

Animation Engine
ACTIVE
Responsiveness85%

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

}