Logging implemented (except filtering).

Automatically enable/disable scroll lock based on the scrollbar position.
This commit is contained in:
Gunther Brunner
2014-05-19 22:27:28 +09:00
parent 5be2b8f7d5
commit 1c89235267
9 changed files with 225 additions and 86 deletions

View File

@@ -1,3 +1,16 @@
.enter-fade {
-webkit-transition: 1s linear opacity;
-moz-transition: 1s linear opacity;
-o-transition: 1s linear opacity;
transition: 1s linear opacity;
opacity: 0;
}
.enter-fade.enter-fade-active {
opacity: 1;
}
device-screen canvas {
transition: width 100ms linear, -webkit-transform 250ms ease-in-out;
-webkit-transform-origin: 50% 50%;