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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.95.0",
|
||||
"version": "1.95.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user