GNOME Bugzilla – Bug 708340
overviewControls: Don't allow appearing controls to "pop in"
Last modified: 2013-09-26 18:06:44 UTC
When coming back from search or apps, the workspace thumbnails and dash don't slide in but "pop in". This is because of bad timing: when slideIn is called, we immediately start the translation animation, and it completes before by the time we fade the new page in. Fix this by calling slideIn and slideOut at two different times: we now slide out when the old page with our controls is fading out, and slide in when the new page with our controls is fading in.
Created attachment 255265 [details] [review] overviewControls: Don't allow appearing controls to "pop in"
Review of attachment 255265 [details] [review]: Looks good.
Attachment 255265 [details] pushed as e31693b - overviewControls: Don't allow appearing controls to "pop in"