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

Function durationFunction

external/.d3.js:4575–4579  ·  view source on GitHub ↗
(id, value)

Source from the content-addressed store, hash-verified

4573}
4574
4575function durationFunction(id, value) {
4576 return function() {
4577 set(this, id).duration = +value.apply(this, arguments);
4578 };
4579}
4580
4581function durationConstant(id, value) {
4582 return value = +value, function() {

Callers

nothing calls this directly

Calls 1

setFunction · 0.85

Tested by

no test coverage detected