mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove old code
This commit is contained in:
parent
2d5bc56712
commit
015167af60
1 changed files with 0 additions and 9 deletions
|
|
@ -141,12 +141,3 @@ struct LibrarySearchView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension AnyTransition {
|
||||
static var moveAndFade: AnyTransition {
|
||||
.asymmetric(
|
||||
insertion: .move(edge: .trailing).combined(with: .opacity),
|
||||
removal: .scale.combined(with: .opacity)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue