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

Function playCSSAnimations

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

Source from the content-addressed store, hash-verified

804 };
805
806 const playCSSAnimations = () => {
807 clearCSSAnimationsTimeout();
808
809 animationFinish();
810 };
811
812 const playWebAnimations = () => {
813 webAnimations.forEach((animation) => {

Callers 1

playFunction · 0.85

Calls 2

animationFinishFunction · 0.85

Tested by

no test coverage detected