MCPcopy Create free account
hub / github.com/angular-ui/ui-router / normalizeAnimationDetails

Function normalizeAnimationDetails

test/angular/1.4/angular-animate.js:2313–2315  ·  view source on GitHub ↗
(element, animation)

Source from the content-addressed store, hash-verified

2311 var applyAnimationClasses = applyAnimationClassesFactory($$jqLite);
2312
2313 function normalizeAnimationDetails(element, animation) {
2314 return mergeAnimationDetails(element, animation, {});
2315 }
2316
2317 // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259.
2318 var contains = Node.prototype.contains || function(arg) {

Callers 1

queueAnimationFunction · 0.70

Calls 1

mergeAnimationDetailsFunction · 0.70

Tested by

no test coverage detected