# HG changeset patch # User Atul Varma # Date 1272848894 25200 # Node ID 0287d65ec97f45be413f6bd01f2f3bcc566a893c # Parent efb34c9b7c187cedca471bec43f625eb8609b12d use css transform for scrolling diff -r efb34c9b7c18 -r 0287d65ec97f index.html --- a/index.html Sun May 02 16:18:40 2010 -0700 +++ b/index.html Sun May 02 18:08:14 2010 -0700 @@ -28,11 +28,16 @@ div.palette { float: right; width: 1em; - max-height: 1em; overflow: hidden; font-size: 144pt; } +div.palette-container { + -webkit-transition-property: -webkit-transform; + -webkit-transition-duration: 0.5s; + -webkit-transition-timing-function: ease-out; +} + .letter-prototype { cursor: pointer; color: gray; @@ -42,7 +47,10 @@ -
+
+
+
+