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

Function applyAnimationFromStyles

lib/test/angular/1.5.0/angular-animate.js:212–217  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

210}
211
212function applyAnimationFromStyles(element, options) {
213 if (options.from) {
214 element.css(options.from);
215 options.from = null;
216 }
217}
218
219function applyAnimationToStyles(element, options) {
220 if (options.to) {

Callers 2

applyAnimationStylesFunction · 0.70
angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected