45621: finished filter facets for search sidebar

This commit is contained in:
Lotte Hofstede
2017-11-13 13:52:21 +01:00
parent be6f5ea9b5
commit 202b045009
18 changed files with 182 additions and 98 deletions

View File

@@ -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))
]);