Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ unregister
Function
unregister
core/src/utils/helpers.ts:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
const
ANIMATION_FALLBACK_TIMEOUT = 500;
29
30
const
unregister = () => {
31
if
(unRegTrans) {
32
unRegTrans();
33
}
34
};
35
36
const
onTransitionEnd = (ev?: Event) => {
37
if
(ev === undefined || el === ev.target) {
Callers
1
onTransitionEnd
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected