Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
play
Function · 0.85
Calls
2
clearCSSAnimationsTimeout
Function · 0.85
animationFinish
Function · 0.85
Tested by
no test coverage detected