summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-04 16:40:57 -0400
committerJules Laplace <jules@okfoc.us>2016-04-04 16:40:57 -0400
commite3f5ee01c4680cfdcabdbcc6c44ebfaa0049854d (patch)
tree4fe097922a04b487096d071b0d8594a374eb5627 /public
parent18757bc7fb105897e4aa0d0de3c1a3bc1cc0ff18 (diff)
fixing transition pt 2
Diffstat (limited to 'public')
-rw-r--r--public/assets/ok.css17
1 files changed, 4 insertions, 13 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 10083ee..5317ca0 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -282,9 +282,6 @@ span {
display: block;
float: none;
}
-#items.notween {
- transition: opacity 0, transform 0;
-}
.item {
height: 100vh;
@@ -305,8 +302,7 @@ span {
background: transparent;
}
-.navopen nav,
-body.navopen {
+.navopen nav {
background: #f9f9f9;
}
@@ -350,6 +346,8 @@ nav span {
.index {
width: 65px;
background: white;
+}
+.desktop .index {
transition: 150ms width;
transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@@ -358,13 +356,8 @@ nav span {
width: 50vw;
}
-nav span div:last-child {
- transition: 150ms all;
-}
-
.navopen nav span div:last-child {
- transform: translateZ(0) translateX(110px);
- transition: 150ms all;
+ transform: translateZ(0) translateX(210px);
position: absolute;
right: 5px;
}
@@ -431,8 +424,6 @@ nav b {
body {
background: white;
- transition: 300ms background 150ms;
- transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.bottom {