speeding up the bloom a bit

This commit is contained in:
Mauro Romito
2023-09-19 16:29:47 +02:00
committed by Mauro
parent 1fe7d270aa
commit e66a67d5b1

View File

@@ -103,7 +103,7 @@ struct HomeScreen: View {
let isHidden = isTopController || isSearching
if let bloomView {
bloomView.isHidden = isHidden
UIView.transition(with: bloomView, duration: 2.0, options: .curveEaseInOut) {
UIView.transition(with: bloomView, duration: 1.75, options: .curveEaseInOut) {
bloomView.alpha = isTopController ? 0 : 1
}
}