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

Function applyAnimationFromStyles

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

Source from the content-addressed store, hash-verified

190}
191
192function applyAnimationFromStyles(element, options) {
193 if (options.from) {
194 element.css(options.from);
195 options.from = null;
196 }
197}
198
199function applyAnimationToStyles(element, options) {
200 if (options.to) {

Callers 2

applyAnimationStylesFunction · 0.70
angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected