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

Function applyAnimationStyles

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

Source from the content-addressed store, hash-verified

205}
206
207function applyAnimationStyles(element, options) {
208 applyAnimationFromStyles(element, options);
209 applyAnimationToStyles(element, options);
210}
211
212function applyAnimationFromStyles(element, options) {
213 if (options.from) {

Callers 2

closeFunction · 0.70
queueAnimationFunction · 0.70

Calls 2

applyAnimationFromStylesFunction · 0.70
applyAnimationToStylesFunction · 0.70

Tested by

no test coverage detected