1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

premium page

This commit is contained in:
Kyle Spearrin
2018-04-13 13:18:56 -04:00
parent 40790790b2
commit b7bd83cc65
7 changed files with 119 additions and 2 deletions

View File

@@ -139,4 +139,7 @@ export const routerTransition = trigger('routerTransition', [
transition('tabs => sync', inSlideLeft),
transition('sync => tabs', outSlideRight),
transition('tabs => premium', inSlideLeft),
transition('premium => tabs', outSlideRight),
]);