tildearrow / kwin-lowlatency

archived - X11 full-screen unredirection and lots'a settings for KWin
373 stars 10 forks source link

Difference between Sine, Linear and Quadratic animations? #37

Closed Vistaus closed 5 years ago

Vistaus commented 5 years ago

What's the difference between these animation types?

tildearrow commented 5 years ago

The difference is that Quadratic/Sine look much smoother than the stock Linear animation curve. You can prove this by maximizing/restoring windows.

Vistaus commented 5 years ago

But what exactly does Quadratic do different than Sine?

tildearrow commented 5 years ago

The difference is that Sine feels slightly less stiff than Quadratic on higher animation speeds.

This is the curve for Sine:

sine

This is the curve for Quadratic:

quad

Vistaus commented 5 years ago

Thanks :)