Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Sep 4, 2024
1 parent de2379a commit ee6233d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Demo/TransitionDemo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ struct TransitionDemo: View {
VStack {
if firstView {
Text("First View")
.transition(.slideDown)
.accent()
.transition(.slideDown)
} else {
Text("Second View")
.transition(.slideUp)
.success()
.transition(.slideUp)
}
}
.modifyContent(Text.self) { $0.title2().padding() }
Expand Down

0 comments on commit ee6233d

Please sign in to comment.