gnome-shell/js
Jasper St. Pierre e31693bbee overviewControls: Don't allow appearing controls to "pop in"
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.

https://bugzilla.gnome.org/show_bug.cgi?id=708340
2013-09-26 13:39:20 -04:00
..
extensionPrefs extensionPrefs: Fix opening extension preferences on startup 2013-02-28 15:37:29 +01:00
gdm authPrompt: Clear _queryingService on verification failure 2013-09-23 13:32:17 +02:00
misc loginManager: fix versionCompare function 2013-09-24 14:22:09 -04:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui overviewControls: Don't allow appearing controls to "pop in" 2013-09-26 13:39:20 -04:00
Makefile.am Magnifier: Implement focus and caret tracking 2013-09-05 13:18:54 -04:00