MCPcopy
hub / github.com/angular-ui/ui-grid / getCssDelayStyle

Function getCssDelayStyle

lib/test/angular/1.8.0/angular-animate.js:758–761  ·  view source on GitHub ↗
(delay, isKeyframeAnimation)

Source from the content-addressed store, hash-verified

756}
757
758function getCssDelayStyle(delay, isKeyframeAnimation) {
759 var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP;
760 return [prop, delay + 's'];
761}
762
763function computeCssStyles($window, element, properties) {
764 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