MCPcopy 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
4581function durationConstant(id, value) {
4582 return value = +value, function() {
4583 set(this, id).duration = value;
4584 };
4585}
4586
4587function transition_duration(value) {
4588 var id = this._id;

Callers

nothing calls this directly

Calls 1

setFunction · 0.85

Tested by

no test coverage detected