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

Function truthyTimingValue

test/angular/1.7/angular-animate.js:804–806  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

802}
803
804function truthyTimingValue(val) {
805 return val === 0 || val != null;
806}
807
808function getCssTransitionDurationStyle(duration, applyOnlyDuration) {
809 var style = TRANSITION_PROP;

Callers 2

angular-animate.jsFile · 0.70
triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected