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 583572 - speed up overlay animation
speed up overlay animation
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-22 17:53 UTC by William Jon McCann
Modified: 2009-06-02 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for 0.25s (499 bytes, patch)
2009-06-01 18:31 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2009-05-22 17:53:51 UTC
The animation time for the overlay is a bit long.  We're using 0.5 second.  From my quick tests of "another system" it takes about half that time to animate.  The other system feels about right.
Comment 1 Sander Dijkhuis 2009-05-28 13:20:56 UTC
I tried using gnome-shell with Overlay.ANIMATION_TIME = 0.2, 0.25 and 0.3. On my system, anything below 0.3 looks a bit 'rushed', but 0.3 feels smooth. It makes my system look faster than with the default 0.5, while animating slowly enough to see what's going on.
Comment 2 William Jon McCann 2009-06-01 18:31:51 UTC
Created attachment 135755 [details] [review]
patch for 0.25s

I think this is pretty close to the right feel.  That said, it doesn't look very good on my system yet because I'm not getting enough frames in that time.  But I think we want to use 0.25 anyway and the performance issues will be fixed in time.
Comment 3 William Jon McCann 2009-06-02 17:46:14 UTC
Committed.