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

Function getCssDelayStyle

lib/test/angular/1.4.3/angular-animate.js:665–668  ·  view source on GitHub ↗
(delay, isKeyframeAnimation)

Source from the content-addressed store, hash-verified

663}
664
665function getCssDelayStyle(delay, isKeyframeAnimation) {
666 var prop = isKeyframeAnimation ? ANIMATION_DELAY_PROP : TRANSITION_DELAY_PROP;
667 return [prop, delay + 's'];
668}
669
670function blockTransitions(node, duration) {
671 // we use a negative delay value since it performs blocking

Callers 1

triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected