MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / applyAnimationFromStyles

Function applyAnimationFromStyles

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

Source from the content-addressed store, hash-verified

159}
160
161function applyAnimationFromStyles(element, options) {
162 if (options.from) {
163 element.css(options.from);
164 options.from = null;
165 }
166}
167
168function applyAnimationToStyles(element, options) {
169 if (options.to) {

Callers 2

applyAnimationStylesFunction · 0.70
initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected