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 b11d4cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Demo/Demo/Swing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ 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 b11d4cc

Please sign in to comment.