diff --git a/DeepDrftPublic.Client/Pages/Home.razor b/DeepDrftPublic.Client/Pages/Home.razor index 4ae0fbf..ccd703b 100644 --- a/DeepDrftPublic.Client/Pages/Home.razor +++ b/DeepDrftPublic.Client/Pages/Home.razor @@ -19,6 +19,17 @@ + @* Divider *@ diff --git a/DeepDrftShared.Client/Components/ParallaxImage.razor.css b/DeepDrftShared.Client/Components/ParallaxImage.razor.css index f166a60..be7f4bb 100644 --- a/DeepDrftShared.Client/Components/ParallaxImage.razor.css +++ b/DeepDrftShared.Client/Components/ParallaxImage.razor.css @@ -36,7 +36,7 @@ .layer-2 { opacity: 0; - transition: opacity 400ms ease; + transition: opacity 700ms ease; } .parallax-window:hover .layer-2 {