♻️ 优化动画及部分样式

This commit is contained in:
liufei
2022-06-14 10:37:24 +08:00
parent 896dc26f11
commit 6e58afcdea
11 changed files with 65 additions and 28 deletions

View File

@@ -101,8 +101,22 @@ namespace GeekDesk.ViewModel
private bool? isShow;
private bool itemSpradeAnimation; //列表展开动画
#region GetSet
public bool ItemSpradeAnimation
{
get
{
return itemSpradeAnimation;
}
set
{
itemSpradeAnimation = value;
OnPropertyChanged("ItemSpradeAnimation");
}
}
public bool? IsShow
{
get