From 18757bc7fb105897e4aa0d0de3c1a3bc1cc0ff18 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Apr 2016 16:29:53 -0400 Subject: improving nav pt 1 --- public/assets/ok.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public/assets/ok.css') diff --git a/public/assets/ok.css b/public/assets/ok.css index 25392e5..10083ee 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -50,6 +50,7 @@ body { display: block; opacity: 0; pointer-events: none; + visibility: hidden; } .item { @@ -262,11 +263,14 @@ nav svg g g:last-child rect { cursor: url(img/x-w.png) 32 32, pointer; } + +/* .navopen .item > * { opacity: 0.1; transition: 150ms opacity cubic-bezier(0, 0, 0, 1); background: #eee; } + */ div, span { @@ -312,12 +316,12 @@ body.navopen { background: black; transition: 200ms opacity cubic-bezier(0, 0, 0, 1); opacity: 0; - z-index: 0; + z-index: 1; width: 100%; height: 100%; } .navopen #curtain { - opacity: 1; + opacity: 0.9; } nav { -- cgit v1.2.3-70-g09d2