1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-10 01:28:36 +02:00

animation for edit-cipher => tabs (delete op)

This commit is contained in:
Kyle Spearrin 2018-04-13 00:23:05 -04:00
parent 082a74c241
commit c895ec386e

View File

@ -112,7 +112,7 @@ export const routerTransition = trigger('routerTransition', [
transition('view-cipher => tabs, view-cipher => ciphers', outSlideDown),
transition('view-cipher => edit-cipher', inSlideUp),
transition('edit-cipher => view-cipher', outSlideDown),
transition('edit-cipher => view-cipher, edit-cipher => tabs', outSlideDown),
transition('tabs => add-cipher, ciphers => add-cipher', inSlideUp),
transition('add-cipher => tabs, add-cipher => ciphers', outSlideDown),