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

Function truthyTimingValue

test/angular/1.4/angular-animate.js:821–823  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

819}
820
821function truthyTimingValue(val) {
822 return val === 0 || val != null;
823}
824
825function getCssTransitionDurationStyle(duration, applyOnlyDuration) {
826 var style = TRANSITION_PROP;

Callers 2

angular-animate.jsFile · 0.70
triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected