hide UI when it's not needed
[lantea.git] / style / lantea.css
index b358a1d83deda6d7b510deab2f4c1225863aca74..823745ad7cff0d9baf1ee985f36422c6bc4bb13c 100644 (file)
@@ -27,6 +27,16 @@ h1 {
   text-align: center;
 }
 
+.overlayArea {
+  transition-property: opacity;
+  transition-duration: .2s;
+}
+
+.overlayArea.hidden {
+  opacity: 0;
+  transition-duration: 1s;
+}
+
 .overlayArea:-moz-system-metric(touch-enabled) {
   font-size: 3mozmm;
 }