( steps: AnimationMetadata | AnimationMetadata[], options: AnimationOptions | null = null, )
| 1152 | * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23 |
| 1153 | */ |
| 1154 | export function animation( |
| 1155 | steps: AnimationMetadata | AnimationMetadata[], |
| 1156 | options: AnimationOptions | null = null, |
| 1157 | ): AnimationReferenceMetadata { |
| 1158 | return {type: AnimationMetadataType.Reference, animation: steps, options}; |
| 1159 | } |
| 1160 | |
| 1161 | /** |
| 1162 | * Executes a queried inner animation element within an animation sequence. |
no outgoing calls
no test coverage detected
searching dependent graphs…