GNOME Bugzilla – Bug 694035
overviewControls: Reduce the time it takes to slide in/out
Last modified: 2013-02-18 05:34:11 UTC
This is a follow-up to the new search controls stuff, just so we don't forget it. The discrepancy is much more noticeable when using St.set_slow_down_factor(5) or so.
Created attachment 236474 [details] [review] overviewControls: Reduce the time it takes to slide in/out As the slide animation is now aligned with one fade in or out of a page, we should make it take the same amount of time as fading in or out of a page.
I think this is a good idea, but I'd like to get a confirmation from a designer first.
I've tried the patch, and it actually seems a bit fast to me.
Created attachment 236548 [details] [review] overviewControls: synchronize viewSelector fade and controls slide If the animation time is not the same for these two, the translation will be adjusted to the allocation during the tween, resulting in a jump in the animation. -- It's worth noting that using the same time for these animations allows us to fix a glitch in the current slide animation. I experimented with various time values and I find this is a good speed for me.
Review of attachment 236548 [details] [review]: OK.
Attachment 236548 [details] pushed as 73d9ac6 - overviewControls: synchronize viewSelector fade and controls slide