Skip to content

Commit b11d4cc

Browse files
committed
wip
1 parent 6e72e09 commit b11d4cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Demo/Demo/Swing.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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
16+
1717
OnInsertion {
1818
Rotate(.degrees(-angle))
1919
Offset(x: offset)

0 commit comments

Comments
 (0)