perkeep/server
Aaron Boodman 4491995fad Fix the weird flicker on mouseover of thumbnails.
The effect you were seeing was a difference between hardware and
software compositing paths.

Chrome was promoting the content area to a hardware-accelerated
layer during animation, but dropping it back to software after the
animation was complete. There were little animations for the
checkmarks that were causing us to flip in and out of hardware mode
as you moused around.

Solution: force us to stay in hardware mode the entire time the
nav is open (translate: scale3d() is a well-known way to do this).

Bonus: the scaled text rendering looks better in hardware mode.

BUG: https://code.google.com/p/camlistore/issues/detail?id=284

Change-Id: I62f6c86d1ae12ba043f34c0659633bb5195dc50c
2014-01-08 02:42:10 -08:00
..
appengine Fix App Engine build. 2013-12-25 10:05:18 -08:00
camlistored Fix the weird flicker on mouseover of thumbnails. 2014-01-08 02:42:10 -08:00
gae-py-blobserver Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
sigserver sigserver: fix build 2013-08-03 22:29:57 -07:00
tester Some binary names changed (match directories now) 2011-03-19 01:30:18 -07:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00