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

Function applyAnimationStyles

lib/test/angular/1.4.3/angular-animate.js:156–159  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

154}
155
156function applyAnimationStyles(element, options) {
157 applyAnimationFromStyles(element, options);
158 applyAnimationToStyles(element, options);
159}
160
161function applyAnimationFromStyles(element, options) {
162 if (options.from) {

Callers 3

closeFunction · 0.70
onCompleteFunction · 0.70
queueAnimationFunction · 0.70

Calls 2

applyAnimationFromStylesFunction · 0.70
applyAnimationToStylesFunction · 0.70

Tested by

no test coverage detected