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

Function sequence

packages/animations/src/animation_metadata.ts:800–805  ·  view source on GitHub ↗
(
  steps: AnimationMetadata[],
  options: AnimationOptions | null = null,
)

Source from the content-addressed store, hash-verified

798 * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
799 **/
800export function sequence(
801 steps: AnimationMetadata[],
802 options: AnimationOptions | null = null,
803): AnimationSequenceMetadata {
804 return {type: AnimationMetadataType.Sequence, steps, options};
805}
806
807/**
808 * Declares a key/value object containing CSS properties/styles that

Callers 6

RecurPageCmpClass · 0.90
CmpClass · 0.90
animation_spec.tsFile · 0.90
normalizeAnimationEntryFunction · 0.90
buildMethod · 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…