Closed GliczDev closed 1 year ago
tnx Added use like this:
internal void UpdateSkin(ApplicationTheme theme)
{
ThemeAnimationHelper.AnimateTheme(HandyControlDemo.MainWindow.Instance, ThemeAnimationHelper.SlideDirection.Top, 0.3, 1, 0.5);
ThemeManager.Current.ApplicationTheme = theme;
ThemeAnimationHelper.AnimateTheme(HandyControlDemo.MainWindow.Instance, ThemeAnimationHelper.SlideDirection.Bottom, 0.3, 0.5, 1);
}
Hi, i think that handycontrols should have theme change animation like winui, because now it's only changing color without any effect, and it looks really bad.