MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / normalizeAnimationOptions

Function normalizeAnimationOptions

lib/test/angular/1.4.3/angular-animate.js:1988–1990  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

1986 var applyAnimationClasses = applyAnimationClassesFactory($$jqLite);
1987
1988 function normalizeAnimationOptions(element, options) {
1989 return mergeAnimationOptions(element, options, {});
1990 }
1991
1992 function findCallbacks(element, event) {
1993 var targetNode = getDomNode(element);

Callers 1

queueAnimationFunction · 0.85

Calls 1

mergeAnimationOptionsFunction · 0.85

Tested by

no test coverage detected