transition.nodes() Returns an array of all (non-null) elements in this transition. Equivalent to
transition.select(selector) For each selected element, selects the first descendant element that matches the specified
d3.active(node[, name]) Returns the active transition on the specified node with the specified name
selection.transition([name]) Returns a new transition on the given selection with the specified name
transition.attr(name, value) For each selected element, assigns the
transition.attrTween(name[, factory]) If factory is specified and not null, assigns the attribute
transition.call(function[, arguments…]) Invokes the specified function exactly once, passing in this
transition.tween(name[, value]) For each selected element, assigns the tween with the specified name
Page 3 of 3