experiment with hiding UI during drawing.

This commit is contained in:
saman bb
2013-01-20 18:50:05 -05:00
parent 949263adfd
commit 9c68c15c51
+15
View File
@@ -481,6 +481,21 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
right:0;
height:60px;
border-radius: 0;
-webkit-transition: opacity .25s, z-index 0 0s;
-moz-transition: opacity .25s, z-index 0 0s;
transition: opacity .25s, z-index 0 0s;
}
.mode-add-point #bar,
.mode-add-line #bar,
.mode-draw-line #bar,
.mode-draw-area #bar,
.mode-add-area #bar {
opacity:0;
z-index: -9999;
-webkit-transition: opacity .25s, z-index 0 .5s;
-moz-transition: opacity .25s, z-index 0 .5s;
transition: opacity .25s, z-index 0 .5s;
}
/* Inspector */