Source: node-d3-timer Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-rollup-plugin-terser , node-tape , rollup Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-d3-timer Vcs-Git: https://salsa.debian.org/js-team/node-d3-timer.git Homepage: https://d3js.org/d3-timer/ Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-d3-timer Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: efficient queue to manage thousands of concurrent animations This module provides an efficient queue capable of managing thousands of concurrent animations, while guaranteeing consistent, synchronized timing with concurrent or staged animations. Internally, it uses requestAnimationFrame for fluid animation (if available), switching to setTimeout for delays longer than 24ms. . Node.js is an event-based server-side JavaScript engine.