From ccb78186f31faf0cfbe6fa114c5195dd0155c7e2 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Thu, 13 Oct 2016 22:59:33 -0400 Subject: [PATCH] feat: transition for linked-list image --- index.html | 2 +- styles/main.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ddf5bf1..bc77715 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@
- +

Hash Pointers

diff --git a/styles/main.css b/styles/main.css index 5be484c..081d853 100644 --- a/styles/main.css +++ b/styles/main.css @@ -71,7 +71,7 @@ body.is-loading:after { } body.simulate-projection { - filter: brightness(1.5) contrast(0.65); + filter: contrast(0.65); } main { @@ -165,14 +165,14 @@ section > * { body.show-notes section [janus-timeline='future'] { visibility: visible; - opacity: 0.25; + opacity: 0.4; } body.show-notes section[janus-timeline='future'] [janus-timeline='future'] { opacity: 1; } -section[janus-timeline='past'], [janus-timeline='past'][janus-past='big'], [janus-timeline='future'][janus-future='big'] { +section[janus-timeline='past'], body:not(.show-notes) [janus-timeline='past'][janus-past='big'], body:not(.show-notes) [janus-timeline='future'][janus-future='big'] { transform: translate3d(0, 0, 0) scale(5); opacity: 0; visibility: hidden;