Skip to content

Commit

Permalink
Add transition.merge to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 22, 2016
1 parent 55f20bb commit f57cfb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -73,6 +73,10 @@ Also, d3.transition can be used to check whether something is an `instanceof` a


<a name="transition_merge" href="#transition_merge">#</a> <i>transition</i>.<b>merge</b>(<i>selection</i>)

Returns a new transition merging this transition with the specified *selection* (or *transition*). The returned transition has the same number of groups, the same parents, the same name and the same id as this transition. Any missing (null) elements in this transition are filled with the corresponding element, if present (not null), from the specified *selection*. See [*selection*.merge](https://github.com/d3/d3-selection#selection_merge) for more information.

<a name="transition_transition" href="#transition_transition">#</a> <i>transition</i>.<b>transition</b>()

Expand Down

0 comments on commit f57cfb6

Please sign in to comment.