Source: node-d3-transition Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-d3-color , node-d3-dispatch , node-d3-ease , node-d3-interpolate , node-d3-selection , node-d3-timer , node-jsdom , node-rollup-plugin-terser , node-tape , nodejs , rollup Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-d3-transition Vcs-Git: https://salsa.debian.org/js-team/node-d3-transition.git Homepage: https://d3js.org/d3-transition/ Rules-Requires-Root: no Package: node-d3-transition Architecture: all Depends: ${misc:Depends} , node-d3-color , node-d3-dispatch , node-d3-ease , node-d3-interpolate , node-d3-selection , node-d3-timer Multi-Arch: foreign Description: Animated transitions for D3 selections 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.