1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

settings -> options page

This commit is contained in:
Kyle Spearrin
2018-04-13 14:19:33 -04:00
parent 88c961ff05
commit 5bf7faa09a
5 changed files with 183 additions and 0 deletions

View File

@@ -140,6 +140,9 @@ export const routerTransition = trigger('routerTransition', [
transition('tabs => sync', inSlideLeft),
transition('sync => tabs', outSlideRight),
transition('tabs => options', inSlideLeft),
transition('options => tabs', outSlideRight),
transition('tabs => premium', inSlideLeft),
transition('premium => tabs', outSlideRight),
]);