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

Function applyAnimationToStyles

test/angular/1.7/angular-animate.js:199–204  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

197}
198
199function applyAnimationToStyles(element, options) {
200 if (options.to) {
201 element.css(options.to);
202 options.to = null;
203 }
204}
205
206function mergeAnimationDetails(element, oldAnimation, newAnimation) {
207 var target = oldAnimation.options || {};

Callers 2

applyAnimationStylesFunction · 0.70
triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected