[SG-1066] Add animation to autofill settings navs (#4778)
This commit is contained in:
parent
c0b1fe11e7
commit
5a9733dfb3
|
@ -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),
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue