diff --git a/VERSION b/VERSION index d0149fe..80e78df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.4 +1.3.5 diff --git a/resources/css/app.css b/resources/css/app.css index 69d613a..520f218 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -100,12 +100,6 @@ .rv.d1 { transition-delay: 0.07s; } .rv.d2 { transition-delay: 0.14s; } -/* The section rule draws across as its heading arrives. Slower than the - heading it belongs to, so it reads as a consequence rather than as a second - thing happening at the same time. */ -.rv .fill { transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease) 0.1s; } -.rv.in .fill { transform: scaleX(1); } - .logline { opacity: 0; transform: translateX(-10px); transition: opacity 0.45s var(--ease), transform 0.45s var(--ease); } .logline.in { opacity: 1; transform: none; } @@ -116,7 +110,6 @@ @media (prefers-reduced-motion: reduce) { .rv, .logline { opacity: 1 !important; transform: none !important; } - .rv .fill { transform: scaleX(1) !important; } } /* ── Metric visuals ─────────────────────────────────────────────────────── diff --git a/resources/views/components/layouts/site.blade.php b/resources/views/components/layouts/site.blade.php index 1f7ada6..4838f8f 100644 --- a/resources/views/components/layouts/site.blade.php +++ b/resources/views/components/layouts/site.blade.php @@ -9,82 +9,63 @@ @if ($description)@endif @if ($robots)@endif - {{-- Everything below the fold arrives on scroll, which an observer decides. - Without JavaScript nothing is ever observed, so the whole page would be - a headline over a blank sheet. --}} - + {{-- Parts of the page arrive on scroll, which an observer decides. Without + JavaScript nothing is ever observed. --}} + {{-- The public website. - It used to be a self-contained page with its own design system inside a -