( options: AnimateChildOptions | null = null, )
| 1180 | * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23 |
| 1181 | */ |
| 1182 | export 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. |
no outgoing calls
no test coverage detected
searching dependent graphs…