Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ attrInterpolate
Function
attrInterpolate
external/.d3.js:4510–4514 ·
view source on GitHub ↗
(name, i)
Source
from the content-addressed store, hash-verified
4508
}
4509
4510
function
attrInterpolate(name, i) {
4511
return
function
(t) {
4512
this.setAttribute(name, i.call(this, t));
4513
};
4514
}
4515
4516
function
attrInterpolateNS(fullname, i) {
4517
return
function
(t) {
Callers
1
tween
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected