[FEAT] collage: empty nest blooms in, and clicking it no longer opens a bird (#26)
This commit is contained in:
@@ -602,6 +602,18 @@
|
||||
}
|
||||
.empty-nest .nest-img { width: 78%; max-width: 470px; height: auto; }
|
||||
.empty-nest .empty { padding: 0; margin: 0; }
|
||||
/* Bloom the empty nest in on the same cues as the collage, reusing the tile
|
||||
keyframe (gtile-in): the nest fades + scales, the status line trails it. */
|
||||
.empty-nest.entering .nest-img {
|
||||
animation: gtile-in 420ms cubic-bezier(.2, .7, .3, 1) backwards;
|
||||
}
|
||||
.empty-nest.entering .empty {
|
||||
animation: gtile-in 420ms cubic-bezier(.2, .7, .3, 1) 130ms backwards;
|
||||
}
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.empty-nest.entering .nest-img,
|
||||
.empty-nest.entering .empty { animation: none; }
|
||||
}
|
||||
|
||||
/* Page header is now shared at .stage > .static-head - see top of CSS. */
|
||||
/* Stats grid: charts stack on the LEFT, text sections on the RIGHT.
|
||||
|
||||
Reference in New Issue
Block a user