Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-ui/ui-router
/ endAnimations
Function
endAnimations
test/angular/1.6/angular-animate.js:1924–1929 ·
view source on GitHub ↗
(cancelled)
Source
from the content-addressed store, hash-verified
1922
}
1923
1924
function
endAnimations(cancelled) {
1925
if
(!animationClosed) {
1926
(closeActiveAnimations || noop)(cancelled);
1927
onComplete(cancelled);
1928
}
1929
}
1930
}
1931
};
1932
Callers
1
angular-animate.js
File · 0.70
Calls
1
onComplete
Function · 0.70
Tested by
no test coverage detected