From 3339f0e35b285e47705f6bd929d855c7277f1727 Mon Sep 17 00:00:00 2001 From: United600 Date: Mon, 18 Mar 2024 01:24:09 +0000 Subject: [PATCH] add gridview reorder animation --- Screenbox/Pages/AlbumsPage.xaml | 2 ++ Screenbox/Pages/AllVideosPage.xaml | 2 ++ Screenbox/Pages/ArtistsPage.xaml | 2 ++ Screenbox/Pages/FolderViewPage.xaml | 2 ++ Screenbox/Pages/HomePage.xaml | 2 ++ Screenbox/Pages/Search/AlbumSearchResultPage.xaml | 2 ++ Screenbox/Pages/Search/ArtistSearchResultPage.xaml | 2 ++ Screenbox/Pages/Search/SearchResultPage.xaml | 4 ++++ Screenbox/Pages/Search/VideoSearchResultPage.xaml | 2 ++ 9 files changed, 20 insertions(+) diff --git a/Screenbox/Pages/AlbumsPage.xaml b/Screenbox/Pages/AlbumsPage.xaml index 36b9dd32a..24bf464ce 100644 --- a/Screenbox/Pages/AlbumsPage.xaml +++ b/Screenbox/Pages/AlbumsPage.xaml @@ -3,6 +3,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="using:Screenbox.Controls" + xmlns:ctAnimations="using:CommunityToolkit.WinUI.Animations" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:interactions="using:Screenbox.Controls.Interactions" xmlns:interactivity="using:Microsoft.Xaml.Interactivity" @@ -133,6 +134,7 @@