Sha256: 038f4854b5ee43d18ed98559c2cb4ba872c48de30ee1d9ffd578cc2001cf11dd
Contents?: true
Size: 373 Bytes
Versions: 4
Compression:
Stored size: 373 Bytes
Contents
import "../selection/each"; import "transition"; d3_transitionPrototype.delay = function(value) { var id = this.id; return d3_selection_each(this, typeof value === "function" ? function(node, i, j) { node.__transition__[id].delay = value.call(node, node.__data__, i, j) | 0; } : (value |= 0, function(node) { node.__transition__[id].delay = value; })); };
Version data entries
4 entries across 4 versions & 2 rubygems