MCPcopy Create free account
hub / github.com/idank/explainshell / attrTweenNS

Function attrTweenNS

explainshell/web/static/js/d3.v3.js:7242–7247  ·  view source on GitHub ↗
(d, i)

Source from the content-addressed store, hash-verified

7240 };
7241 }
7242 function attrTweenNS(d, i) {
7243 var f = tween.call(this, d, i, this.getAttributeNS(name.space, name.local));
7244 return f && function(t) {
7245 this.setAttributeNS(name.space, name.local, f(t));
7246 };
7247 }
7248 return this.tween("attr." + nameNS, name.local ? attrTweenNS : attrTween);
7249 };
7250 d3_transitionPrototype.style = function(name, value, priority) {

Callers

nothing calls this directly

Calls 2

fFunction · 0.70
callMethod · 0.45

Tested by

no test coverage detected