node-d3-transition

Animated transitions for D3 selections
  https://d3js.org/d3-transition/
  0
  no reviews



A transition is a selection-like interface for animating changes to the DOM. Instead of applying changes instantaneously, transitions smoothly interpolate the DOM from its current state to the desired target state over a given duration.

Node.js is an event-based server-side JavaScript engine.