Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ textInterpolate
Function
textInterpolate
external/.d3.js:4867–4871 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
4865
}
4866
4867
function
textInterpolate(i) {
4868
return
function
(t) {
4869
this.textContent = i.call(this, t);
4870
};
4871
}
4872
4873
function
textTween(value) {
4874
var
t0, i0;
Callers
1
tween
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected