( animation: AnimationReferenceMetadata, options: AnimationOptions | null = null, )
| 1198 | * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23 |
| 1199 | */ |
| 1200 | export function useAnimation( |
| 1201 | animation: AnimationReferenceMetadata, |
| 1202 | options: AnimationOptions | null = null, |
| 1203 | ): AnimationAnimateRefMetadata { |
| 1204 | return {type: AnimationMetadataType.AnimateRef, animation, options}; |
| 1205 | } |
| 1206 | |
| 1207 | /** |
| 1208 | * Finds one or more inner elements within the current element that is |
no outgoing calls
no test coverage detected
searching dependent graphs…