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

sync component

This commit is contained in:
Kyle Spearrin
2018-04-13 11:49:03 -04:00
parent 238dbd9244
commit 0505043e18
9 changed files with 106 additions and 5 deletions

View File

@@ -136,4 +136,7 @@ export const routerTransition = trigger('routerTransition', [
transition('edit-folder => folders, add-folder => folders', outSlideDown),
transition('tabs => lock', inSlideDown),
transition('tabs => sync', inSlideLeft),
transition('sync => tabs', outSlideRight),
]);