MCPcopy Index your code
hub / github.com/angular/angular / keyframes

Function keyframes

packages/animations/src/animation_metadata.ts:940–942  ·  view source on GitHub ↗
(steps: AnimationStyleMetadata[])

Source from the content-addressed store, hash-verified

938 * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
939 */
940export function keyframes(steps: AnimationStyleMetadata[]): AnimationKeyframesSequenceMetadata {
941 return {type: AnimationMetadataType.Keyframes, steps};
942}
943
944/**
945 * Declares an animation transition which is played when a certain specified condition is met.

Callers 7

CmpClass · 0.90
animation_spec.tsFile · 0.90
animate-app.tsFile · 0.90
open-close.1.tsFile · 0.90
status-slider.tsFile · 0.90
querying.tsFile · 0.90
open-close.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…