MCPcopy Create free account
hub / github.com/angular-ui/ui-router / truthyTimingValue

Function truthyTimingValue

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

Source from the content-addressed store, hash-verified

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

Callers 2

angular-animate.jsFile · 0.70
triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected