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 314506 - zoom animation too fast
zoom animation too fast
Status: RESOLVED OBSOLETE
Product: gnome-panel
Classification: Other
Component: panel
2.8.x
Other All
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-25 22:26 UTC by Ken Takusagawa
Modified: 2008-04-24 15:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Ken Takusagawa 2005-08-25 22:26:54 UTC
Please describe the problem:
When launching a application from the panel, there is a little hairline
rectangle that expands.  This rectangle moves too fast.  

In the file xstuff.c, the value of MINIATURIZE_ANIMATION_DELAY_Z is 10, so in 6
frames of animation, so the animation goes by in 60 *micro*seconds: way too fast
for the eye to see (1/16000th of a second).

I recently switched from a Linux 2.4 kernel to 2.6, and suddenly started
noticing this problem.  Perhaps there has been a change in usleep()?

I experimented with altering MINIATURIZE_ANIMATION_DELAY_Z and found that a
value between 10000 and 50000 looks nice.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Pavel Šefránek 2008-04-24 15:46:39 UTC
Hmm, cannot see this anymore. Probably obsolete?