After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 786789 - Minimize/unminimize animations do nothing for the first 100ms or so
Minimize/unminimize animations do nothing for the first 100ms or so
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: window-management
3.24.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-08-25 10:01 UTC by Daniel van Vugt
Modified: 2021-07-05 14:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel van Vugt 2017-08-25 10:01:09 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.
Comment 1 Daniel van Vugt 2017-08-25 10:11:51 UTC
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.
Comment 2 GNOME Infrastructure Team 2021-07-05 14:43:25 UTC
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.