mirror of https://github.com/perkeep/perkeep.git
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
4491995fad
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 |
||
---|---|---|
.hackfests | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
third_party | ||
website | ||
.gitignore | ||
.header | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTORS | ||
COPYING | ||
HACKING | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
dev-db | ||
make.go |
README
Camlistore is your personal storage system for life. It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for lack of a better name. For more, see: http://camlistore.org/ http://camlistore.org/docs/ Other useful files: BUILDING how to compile it ("go run make.go") HACKING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://code.google.com/p/camlistore/issues/list http://camlistore.org/docs/contributing