purple: speed up continue button fade-in
Cc: Daniel Daquino <daniel@daquino.me> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -92,7 +92,7 @@ struct DamusPurpleWelcomeView: View {
|
||||
.padding(.horizontal, 30)
|
||||
.buttonStyle(GradientButtonStyle())
|
||||
.opacity(start ? 1.0 : 0.0)
|
||||
.animation(Animation.easeInOut(duration: 2).delay(5), value: start)
|
||||
.animation(Animation.easeInOut(duration: 2).delay(3), value: start)
|
||||
}
|
||||
.background(content: {
|
||||
ZStack {
|
||||
|
||||
Reference in New Issue
Block a user