mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 01:26:11 +00:00
added images, hid coins in applications section
This commit is contained in:
parent
976db392ef
commit
4f380b5579
15 changed files with 68 additions and 51 deletions
|
@ -286,6 +286,7 @@ section {
|
|||
background-color: black;
|
||||
transition: transform ease 0.5s, opacity ease 0.5s, visibility step-end 0.5s;
|
||||
transform-origin: 50% 50%;
|
||||
perspective: 100vmax;
|
||||
}
|
||||
|
||||
/* live-coding */
|
||||
|
@ -470,6 +471,17 @@ body:not(.show-notes) [janus-timeline='past'][janus-past='right'], body:not(.sho
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
body:not(.show-notes) [janus-timeline='past'][janus-past='flip-h'], body:not(.show-notes) [janus-timeline='future'][janus-future='flip-h'] {
|
||||
transform: translate3d(0, 0, -10vmin) rotateY(-180deg);
|
||||
opacity: 1;
|
||||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
z-index: 2;
|
||||
}
|
||||
body:not(.show-notes) [janus-timeline='future'][janus-future='flip-h'] {
|
||||
transform: translate3d(0, 0, -10vmin) rotateY(180deg);
|
||||
}
|
||||
|
||||
section[janus-timeline='past'], /* default past-tense state */
|
||||
body:not(.show-notes) [janus-timeline='past'][janus-past='big'], body:not(.show-notes) [janus-timeline='future'][janus-future='big'] {
|
||||
transform: translate3d(0, 5vmin, 0) scale(1.25);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue