Sha256: 63ee4db71780e88a77a7a500ba1608ff7b16b3bb9be4e0fd2c83e8292032682d
Contents?: true
Size: 268 Bytes
Versions: 5
Compression:
Stored size: 268 Bytes
Contents
import "transition"; import "tween"; d3_transitionPrototype.text = function(value) { return d3_transition_tween(this, "text", value, d3_transition_text); }; function d3_transition_text(b) { if (b == null) b = ""; return function() { this.textContent = b; }; }
Version data entries
5 entries across 5 versions & 3 rubygems