Skip to content

Commit

Permalink
Update SearchTabPicker.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Oct 1, 2023
1 parent 0e7f906 commit 1fd3509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mlem/Views/Tabs/Search/SearchTabPicker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct SearchTabPicker: View {
}
}
)
.animation(.spring(duration: 0.15, bounce: 0.3), value: selected)
.animation(.spring(response: 0.15, dampingFraction: 0.825), value: selected)
}
.buttonStyle(EmptyButtonStyle())
}
Expand Down

0 comments on commit 1fd3509

Please sign in to comment.