[SG-1066] Add animation to autofill settings navs (#4778)

This commit is contained in:
André Bispo 2023-02-17 11:20:27 +00:00 committed by GitHub
parent c0b1fe11e7
commit 5a9733dfb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -205,4 +205,7 @@ export const routerTransition = trigger("routerTransition", [
transition("tabs => edit-send, send-type => edit-send", inSlideUp),
transition("edit-send => tabs, edit-send => send-type", outSlideDown),
transition("tabs => autofill", inSlideLeft),
transition("autofill => tabs", outSlideRight),
]);