GNOME Bugzilla – Bug 688966
WindowOverlay: animate the close button together with the border
Last modified: 2012-11-24 17:56:37 UTC
Since the introduction of overlay hover borders, there has a been a timing disconnection between hiding the border and button, and this creates noise and reduces the effect of the window+overlay as a single unit. Solve that by animating the close button too, so that the two actors are shown and hidden always at the same time. Also, consolidate the code to make it clear to future authors that those two items need to stay coordinated.
Created attachment 229752 [details] [review] WindowOverlay: animate the close button together with the border
Review of attachment 229752 [details] [review]: Looks fine to me.
Attachment 229752 [details] pushed as 96f44e1 - WindowOverlay: animate the close button together with the border