mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
finished look of sidebar
This commit is contained in:
@@ -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
|
||||
]);
|
||||
|
Reference in New Issue
Block a user