Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3634
function
interpolateNumber(a, b) {
3635
return
a = +a, b = +b,
function
(t) {
3636
return
a * (1 - t) + b * t;
3637
};
3638
}
3639
3640
function
object$1(a, b) {
3641
var
i = {},
Callers
5
interpolateString
Function · 0.85
translate
Function · 0.85
rotate
Function · 0.85
skewX
Function · 0.85
scale
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected