@angular/animations

style

function

Declares a key/value object containing CSS properties/styles that can then be used for an animation state, within an animation sequence, or as styling data for calls to animate() and keyframes().

style(
tokens: "*" | { [key: string]: string | number; } | ("*" | { [key: string]: string | number; })[]
): AnimationStyleMetadata;
Jump to details