たれぱんのびぼーろく

わたしの備忘録、生物学とプログラミングが多いかも

transitions/d3js

selection.transition()

あるselectionに対してtransitionsを適用可能にするmethods.
返り値はselectionの特別なタイプ.

Starts a transition for the current selection. Transitions behave much like selections, except operators animate smoothly over time rather than applying instantaneously. Selections · mbostock/d3 Wiki · GitHub