File

projects/dvk/src/lib/dynamic-animations/state-css-map/state-css-map.model.ts

Description

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.

Indexable

[state: string]: string
export interface StateCSSMap {
    [state:string]: string;
}

results matching ""

    No results matching ""