Skip to content

Commit

Permalink
💫 Use .easeOut instead of .easeInOut in radial menu
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Oct 22, 2023
1 parent edfd1a4 commit 3a0adef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loop/Radial Menu/RadialMenuView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct RadialMenuView: View {

// Animate window
.scaleEffect(currentResizeDirection == .maximize ? 0.85 : 1)
.animation(.easeInOut, value: currentResizeDirection)
.animation(.easeOut, value: currentResizeDirection)
.onAppear {
if previewMode {
currentResizeDirection = .topHalf
Expand Down

0 comments on commit 3a0adef

Please sign in to comment.