(steps: AnimationStyleMetadata[])
| 938 | * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23 |
| 939 | */ |
| 940 | export function keyframes(steps: AnimationStyleMetadata[]): AnimationKeyframesSequenceMetadata { |
| 941 | return {type: AnimationMetadataType.Keyframes, steps}; |
| 942 | } |
| 943 | |
| 944 | /** |
| 945 | * Declares an animation transition which is played when a certain specified condition is met. |
no outgoing calls
no test coverage detected
searching dependent graphs…