MCPcopy Index your code
hub / github.com/angular-ui/ui-router / applyAnimationToStyles

Function applyAnimationToStyles

test/angular/1.4/angular-animate.js:219–224  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

217}
218
219function applyAnimationToStyles(element, options) {
220 if (options.to) {
221 element.css(options.to);
222 options.to = null;
223 }
224}
225
226function mergeAnimationDetails(element, oldAnimation, newAnimation) {
227 var target = oldAnimation.options || {};

Callers 2

applyAnimationStylesFunction · 0.70
triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected