Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ clearOnFinish
Function
clearOnFinish
core/src/utils/animation/animation.ts:179–184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
177
};
178
179
const
clearOnFinish = () => {
180
onFinishCallbacks.length = 0;
181
onFinishOneTimeCallbacks.length = 0;
182
183
return
ani;
184
};
185
186
/**
187
* Cancels any Web Animations and removes
Callers
1
destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected