MCPcopy Create free account
hub / github.com/angular-ui/ui-router / getCssDelayStyle

Function getCssDelayStyle

test/angular/1.5/angular-animate.js:756–759  ·  view source on GitHub ↗
(delay, isKeyframeAnimation)

Source from the content-addressed store, hash-verified

754}
755
756function getCssDelayStyle(delay, isKeyframeAnimation) {
757 var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP;
758 return [prop, delay + 's'];
759}
760
761function computeCssStyles($window, element, properties) {
762 var styles = Object.create(null);

Callers 2

angular-animate.jsFile · 0.70
triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected