myTransition.select( selector ) in D3.js

Create a sub-transition from the first descendant elements matching a selector.

Arguments

nametypedescription
selector String
Return Type
Transition

Description

For more details see https://github.com/mbostock/d3/wiki/Transitions#wiki-select.

See Also