Source: node-d3-transition Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen 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.2 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/ Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-d3-transition Architecture: all Depends: node-d3-color , node-d3-dispatch , node-d3-ease , node-d3-interpolate , node-d3-selection , node-d3-timer , ${misc:Depends} Provides: ${nodejs:Provides} 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.