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

Function animateChild

packages/animations/src/animation_metadata.ts:1182–1186  ·  view source on GitHub ↗
(
  options: AnimateChildOptions | null = null,
)

Source from the content-addressed store, hash-verified

1180 * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
1181 */
1182export function animateChild(
1183 options: AnimateChildOptions | null = null,
1184): AnimationAnimateChildMetadata {
1185 return {type: AnimationMetadataType.AnimateChild, options};
1186}
1187
1188/**
1189 * Starts a reusable animation that is created using the `animation()` function.

Callers 10

ContainerCmpClass · 0.90
Page2CmpClass · 0.90
Page1CmpClass · 0.90
RecurPageCmpClass · 0.90
CmpClass · 0.90
ParentCmpClass · 0.90
ParentCmpClass · 0.90
CmpClass · 0.90
animations.tsFile · 0.90
querying.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…