Commit 210939d
committed
@ Banner: drop transition:name to stop alpha bleed mid cross-fade
Pinned-state nav still flashed the list items through the banner for
a moment. Cause: banner-wrap had transition:name="banner", which
lifts it out of the root view-transition snapshot. The root pseudo
then captures the banner-region with whatever sat *behind* the banner
in DOM order — the list items. During the cross-fade both pseudos
hit ~50% alpha together; you see the half-transparent banner over
the half-transparent list items, exposing what the opaque banner
normally hides.
Removing the name keeps banner inside root, so the snapshot is a
flat raster of the actual stacking (banner on top of list, header on
top of banner). The whole image fades as one unit — no layered
half-alphas overlap, no bleed-through.
The original reason for the name was to dodge the column morph, but
that was already neutralized by removing transition:name from
.column. Stage keeps its name (canvas continuity).1 parent 263f875 commit 210939d
1 file changed
Lines changed: 19 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
88 | 84 | | |
89 | 85 | | |
90 | 86 | | |
| |||
0 commit comments