(d, i)
| 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) { |