()
| 820 | }; |
| 821 | |
| 822 | const resetAnimation = () => { |
| 823 | if (supportsWebAnimations) { |
| 824 | setAnimationStep(0); |
| 825 | updateWebAnimation(); |
| 826 | } |
| 827 | }; |
| 828 | |
| 829 | const play = (opts?: AnimationPlayOptions) => { |
| 830 | return new Promise<void>((resolve) => { |
no test coverage detected