()
| 788 | }; |
| 789 | |
| 790 | const pause = () => { |
| 791 | childAnimations.forEach((animation) => { |
| 792 | animation.pause(); |
| 793 | }); |
| 794 | |
| 795 | pauseAnimation(); |
| 796 | |
| 797 | return ani; |
| 798 | }; |
| 799 | |
| 800 | const clearCSSAnimationsTimeout = () => { |
| 801 | if (cssAnimationsTimerFallback) { |
nothing calls this directly
no test coverage detected