The Wayback Machine - https://web.archive.org/web/20240920155659/https://angular.dev/api/animations/style/
@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
HTTPS · web.archive.org
← Home