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

Function transition_text

external/.d3.js:4861–4865  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4859}
4860
4861function transition_text(value) {
4862 return this.tween("text", typeof value === "function"
4863 ? textFunction(tweenValue(this, "text", value))
4864 : textConstant(value == null ? "" : value + ""));
4865}
4866
4867function textInterpolate(i) {
4868 return function(t) {

Callers

nothing calls this directly

Calls 3

textFunctionFunction · 0.85
tweenValueFunction · 0.85
textConstantFunction · 0.85

Tested by

no test coverage detected