feat(hikes): unify below-map view transition into one sliding panel

The detail-page enter/exit transition previously slid only the metric
tiles up from the bottom — the wrapper had no background, so its
snapshot was transparent and no containing panel moved. The photo strip
also animated separately, sliding in from the right.

Wrap everything below the hero map (stage nav, photo strip, metrics,
tags, elevation, scroll area, footer) in one `.below-map` element with
`view-transition-name: hike-below-map` and an opaque background, so the
whole sheet — background included — slides up on enter and down on exit
as a single panel. Drop the obsolete hike-strip right-slide rules and
keyframes; rename hike-below-strip → hike-below-map.
This commit is contained in:
2026-05-31 13:29:15 +02:00
parent cd7912fa8f
commit 9fe9d95e36
4 changed files with 35 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.95.0",
"version": "1.95.1",
"private": true,
"type": "module",
"scripts": {