From 8b442220fc0d79cef1f5dd50bfe2802a2574148e Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Thu, 30 Jan 2025 18:28:07 +0100 Subject: [PATCH] Make tiles animate on keyboard focus --- .../HomePage/Header/HeaderCarousel.xaml | 14 +-- .../HomePage/Header/HeaderCarousel.xaml.cs | 102 +++++++++++++----- 2 files changed, 82 insertions(+), 34 deletions(-) diff --git a/AIDevGallery/Controls/HomePage/Header/HeaderCarousel.xaml b/AIDevGallery/Controls/HomePage/Header/HeaderCarousel.xaml index 45cbfbfb..6e8ee900 100644 --- a/AIDevGallery/Controls/HomePage/Header/HeaderCarousel.xaml +++ b/AIDevGallery/Controls/HomePage/Header/HeaderCarousel.xaml @@ -9,6 +9,7 @@ xmlns:media="using:CommunityToolkit.WinUI.Media" xmlns:wuc="using:WinUICommunity" Loaded="UserControl_Loaded" + Unloaded="UserControl_Unloaded" mc:Ignorable="d"> @@ -68,12 +69,13 @@ - - - - - + Visibility="Visible"> + + + + + +