GNOME Bugzilla – Bug 786789
Minimize/unminimize animations do nothing for the first 100ms or so
Last modified: 2021-07-05 14:43:25 UTC
gnome-shell's minimize/unminimize animations do nothing for almost the first 100ms or so. They look slow because the easeInExpo curve does nothing for most of the first half of the animation time: https://developer.gnome.org/clutter/stable/ClutterTimeline.html#ClutterAnimationMode A much more responsive, natural and fluid curve with the same overall duration would be to use an easeOut* curve.
This appears to be non-trivial to fix though, because changing to eastOut* curves reveals another bug: The animations overshoot their destination position and then suddenly snap back.
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new ticket at https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/ Thank you for your understanding and your help.