Change the easing curve to cubic to make the sliding popup feel more responsive without changing the animation time.
Diff Detail
- Repository
- R108 KWin
- Branch
- cubic_easing_curve_sliding_popup (branched from master)
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 18881 Build 18899: arc lint + arc unit
I gave this a try yesterday when it was first brought up in the VDG room and have been using it since then. I quite like it. It makes popups open and close a bit faster, and the effect is subtle and tasteful IMO.
KWin folks, are you okay with this change?
I agree on the In/Out changes
Cubic seems random. I grepped plasma, 95% is quad.
Lets try and get some policy defined so we're not just replacing one random thing with another random thing
https://phabricator.kde.org/D25343
While D25343 is being discussed, we can change the effect to Quad from Sine so it's already more consistent, eventually change to cubic if there's agreement on that in the future.
There is already a patch trying to change this, it would be good to involve Sefa as well: D18000