Skip to content

panel: Fix corner transition when slowed down

Florian Müllner requested to merge fmuellner/gnome-shell:corner-transition into main

Both ease() and CSS durations take the slow-down factor into account, so the corners currently end up using the square of the factor in their transition.

Merge request reports