Skip to content

Commit 8022125

Browse files
committed
wip
1 parent 6e72e09 commit 8022125

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Demo/Demo/Swing.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ extension AnyNavigationTransition {
99

1010
struct Swing: NavigationTransition {
1111
var body: some NavigationTransition {
12-
let angle = 70.0
13-
let offset = 150.0
14-
1512
Slide(axis: .horizontal)
1613
MirrorPush {
14+
let angle = 70.0
15+
let offset = 150.0
1716
OnInsertion {
1817
Rotate(.degrees(-angle))
1918
Offset(x: offset)

0 commit comments

Comments
 (0)