MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / playWebAnimations

Function playWebAnimations

core/src/utils/animation/animation.ts:812–820  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

810 };
811
812 const playWebAnimations = () => {
813 webAnimations.forEach((animation) => {
814 animation.play();
815 });
816
817 if (_keyframes.length === 0 || elements.length === 0) {
818 animationFinish();
819 }
820 };
821
822 const resetAnimation = () => {
823 if (supportsWebAnimations) {

Callers 1

playFunction · 0.85

Calls 2

animationFinishFunction · 0.85
playMethod · 0.80

Tested by

no test coverage detected