projects/dvk/src/lib/dynamic-animations/state-css-map/state-css-map.model.ts
Map a state to a css class that should be applied to the element being animated.
The old class will be removed before any transition animation is played.
The new class will be applied after any transition animations complete.
[state: string]:
|
export interface StateCSSMap {
[state:string]: string;
}