Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Nov 8, 2022
1 parent 6e72e09 commit 8022125
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Demo/Demo/Swing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ extension AnyNavigationTransition {

struct Swing: NavigationTransition {
var body: some NavigationTransition {
let angle = 70.0
let offset = 150.0

Slide(axis: .horizontal)
MirrorPush {
let angle = 70.0
let offset = 150.0
OnInsertion {
Rotate(.degrees(-angle))
Offset(x: offset)
Expand Down

0 comments on commit 8022125

Please sign in to comment.