mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[SG-1066] Add animation to autofill settings navs (#4778)
This commit is contained in:
@@ -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),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user