(name: string, definitions: AnimationMetadata[])
| 650 | * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23 |
| 651 | */ |
| 652 | export function trigger(name: string, definitions: AnimationMetadata[]): AnimationTriggerMetadata { |
| 653 | return {type: AnimationMetadataType.Trigger, name, definitions, options: {}}; |
| 654 | } |
| 655 | |
| 656 | /** |
| 657 | * Defines an animation step that combines styling information with timing information. |
no outgoing calls
no test coverage detected
searching dependent graphs…