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

Function applyAnimationStyles

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

Source from the content-addressed store, hash-verified

185}
186
187function applyAnimationStyles(element, options) {
188 applyAnimationFromStyles(element, options);
189 applyAnimationToStyles(element, options);
190}
191
192function applyAnimationFromStyles(element, options) {
193 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