GNOME Bugzilla – Bug 619240
fade in for top bar item background should match menu
Last modified: 2010-06-08 17:36:13 UTC
Currently the background of the user name item in the top bar fades in at a different rate than the menu. It would look nicer if they were synchronized.
The background is set by a CSS style change - currently, we don't have any way to animate those. There is some work in bug 619025 to implement style change transitions for hover, once we solve the general paint stuff satisfactorily, it should be pretty straightforward to expose the general functionality.
Created attachment 162465 [details] [review] [panel] Use the same fade effects as menus Patch depends on bug 619025, which is still very much WIP ...
Created attachment 163077 [details] [review] [panel] Use the same fade effects as menus Update patch to match the syntax of CSS transitions in master.
Review of attachment 163077 [details] [review]: The effect is pretty subtle, but the two fades seem to be in sync with this patch. (As long as you don't set Tweener.slowDownFactor) Setting it once for .panel-button should be fine and you don't need to set it on the second class as well. OK, to commit if you remove the duplicate.
Attachment 163077 [details] pushed as 7cc1cf3 - [panel] Use the same fade effects as menus Fixed code duplication before pushing.