MCPcopy Create free account
hub / github.com/breck7/scroll / interpolateNumber

Function interpolateNumber

external/.d3.js:3634–3638  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

3632}
3633
3634function interpolateNumber(a, b) {
3635 return a = +a, b = +b, function(t) {
3636 return a * (1 - t) + b * t;
3637 };
3638}
3639
3640function object$1(a, b) {
3641 var i = {},

Callers 5

interpolateStringFunction · 0.85
translateFunction · 0.85
rotateFunction · 0.85
skewXFunction · 0.85
scaleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected