mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
45621: finished filter facets for search sidebar
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { animate, state, transition, trigger, style } from '@angular/animations';
|
||||
import { animate, state, transition, trigger, style, stagger, query } from '@angular/animations';
|
||||
|
||||
export const slide = trigger('slide', [
|
||||
|
||||
@@ -6,5 +6,5 @@ export const slide = trigger('slide', [
|
||||
|
||||
state('collapsed', style({ height: 0 })),
|
||||
|
||||
transition('expanded <=> collapsed', animate(250)),
|
||||
transition('expanded <=> collapsed', animate(250))
|
||||
]);
|
||||
|
Reference in New Issue
Block a user