finished look of sidebar

This commit is contained in:
lotte
2018-11-21 09:13:02 +01:00
parent cd5c7b72c2
commit ea3a2076c7
10 changed files with 110 additions and 52 deletions

View File

@@ -12,6 +12,10 @@ export const rotateLeave = transition('rotateIn => rotateOut', [
animate('400ms ease-in-out')
]);
export const rotate = state('rotate', style({opacity: 0, transform: 'rotate(90deg)'}));
export const rotateIn = trigger('rotateIn', [
rotateEnter
]);