mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 07:02:45 +00:00
fixed paul ok
This commit is contained in:
parent
3e54e2d7d8
commit
0bd5b37edc
1 changed files with 3 additions and 3 deletions
|
|
@ -31,12 +31,12 @@ struct SplashScreenView: View {
|
|||
.opacity(isAnimating ? 1.0 : 0.0)
|
||||
}
|
||||
.onAppear {
|
||||
withAnimation(.easeIn(duration: 0.25)) {
|
||||
withAnimation(.easeIn(duration: 0.5)) {
|
||||
isAnimating = true
|
||||
}
|
||||
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) {
|
||||
withAnimation(.easeOut(duration: 0.25)) {
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
|
||||
withAnimation(.easeOut(duration: 0.5)) {
|
||||
showMainApp = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue