feat(home): wire ParallaxImage hero to homepage; tweak crossfade to 700ms

This commit is contained in:
daniel-c-harvey
2026-06-11 12:12:35 -04:00
parent c59f59c3fe
commit 9d7f2ff003
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -19,6 +19,17 @@
</div>
</MudItem>
</MudGrid>
<ParallaxImage Image1="img/dd-duo-hero-bw.jpeg"
Image2="img/dd-duo-hero.jpeg"
Alt1="Deep DRFT Electronic Music Duo"
FullWidth
NaturalWidth="2048"
NaturalHeight="1365"
WindowHeightFraction="0.4"
ImageHeight="auto"
ImageWidth="100%"
ParallaxSpeed="0.4"
Class="my-8"/>
</section>
@* Divider *@
@@ -36,7 +36,7 @@
.layer-2 {
opacity: 0;
transition: opacity 400ms ease;
transition: opacity 700ms ease;
}
.parallax-window:hover .layer-2 {