refactor: 移除菜单内容中多余的过渡动画效果
This commit is contained in:
@@ -83,8 +83,6 @@ struct MenuContent: View {
|
||||
.buttonStyle(.plain)
|
||||
|
||||
Divider()
|
||||
.transition(.opacity)
|
||||
.animation(.easeInOut(duration: 0.3), value: appState.isFunctionEnabled)
|
||||
|
||||
// 状态显示
|
||||
VStack(alignment: .leading, spacing: 4) {
|
||||
@@ -119,8 +117,7 @@ struct MenuContent: View {
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.transition(.opacity)
|
||||
.animation(.easeInOut(duration: 0.3), value: appState.isFunctionEnabled || appState.isUserIdle)
|
||||
|
||||
}
|
||||
.padding(8)
|
||||
.background(
|
||||
|
||||
1
temp_dmg/Applications
Symbolic link
1
temp_dmg/Applications
Symbolic link
@@ -0,0 +1 @@
|
||||
/Applications
|
||||
Reference in New Issue
Block a user