MCPcopy Index your code
hub / github.com/angular-ui/ui-router / getCssDelayStyle

Function getCssDelayStyle

test/angular/1.4/angular-animate.js:775–778  ·  view source on GitHub ↗
(delay, isKeyframeAnimation)

Source from the content-addressed store, hash-verified

773}
774
775function getCssDelayStyle(delay, isKeyframeAnimation) {
776 var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP;
777 return [prop, delay + 's'];
778}
779
780function computeCssStyles($window, element, properties) {
781 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