Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ durationConstant
Function
durationConstant
external/.d3.js:4581–4585 ·
view source on GitHub ↗
(id, value)
Source
from the content-addressed store, hash-verified
4579
}
4580
4581
function
durationConstant(id, value) {
4582
return
value = +value,
function
() {
4583
set(this, id).duration = value;
4584
};
4585
}
4586
4587
function
transition_duration(value) {
4588
var
id = this._id;
Callers
nothing calls this directly
Calls
1
set
Function · 0.85
Tested by
no test coverage detected