mirror of https://github.com/perkeep/perkeep.git
![]() 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 |
||
---|---|---|
.. | ||
appengine | ||
camlistored | ||
gae-py-blobserver | ||
sigserver | ||
tester | ||
.gitignore |