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

Function applyAnimationToStyles

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

Source from the content-addressed store, hash-verified

166}
167
168function applyAnimationToStyles(element, options) {
169 if (options.to) {
170 element.css(options.to);
171 options.to = null;
172 }
173}
174
175function mergeAnimationOptions(element, target, newOptions) {
176 var toAdd = (target.addClass || '') + ' ' + (newOptions.addClass || '');

Callers 2

applyAnimationStylesFunction · 0.70
triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected