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

Function styleInterpolate

external/.d3.js:4823–4827  ·  view source on GitHub ↗
(name, i, priority)

Source from the content-addressed store, hash-verified

4821}
4822
4823function styleInterpolate(name, i, priority) {
4824 return function(t) {
4825 this.style.setProperty(name, i.call(this, t), priority);
4826 };
4827}
4828
4829function styleTween(name, value, priority) {
4830 var t, i0;

Callers 1

tweenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected