MCPcopy Index your code
hub / github.com/csev/py4e / styleString

Function styleString

code/gmane/d3.v3.js:8799–8806  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

8797 this.style.removeProperty(name);
8798 }
8799 function styleString(b) {
8800 return b == null ? styleNull : (b += "", function() {
8801 var a = d3_window(this).getComputedStyle(this, null).getPropertyValue(name), i;
8802 return a !== b && (i = d3_interpolate(a, b), function(t) {
8803 this.style.setProperty(name, i(t), priority);
8804 });
8805 });
8806 }
8807 return d3_transition_tween(this, "style." + name, value, styleString);
8808 };
8809 d3_transitionPrototype.styleTween = function(name, tween, priority) {

Callers

nothing calls this directly

Calls 3

d3_windowFunction · 0.85
d3_interpolateFunction · 0.85
iFunction · 0.50

Tested by

no test coverage detected