https://github.com/d3/d3-timer
An efficient queue for managing thousands of concurrent animations.
https://github.com/d3/d3-timer
Last synced: about 1 year ago
JSON representation
An efficient queue for managing thousands of concurrent animations.
- Host: GitHub
- URL: https://github.com/d3/d3-timer
- Owner: d3
- License: isc
- Created: 2015-06-08T17:50:19.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T16:56:45.000Z (over 2 years ago)
- Last Synced: 2025-04-06T15:02:52.506Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-timer
- Size: 210 KB
- Stars: 166
- Watchers: 14
- Forks: 41
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-timer
This module provides an efficient queue capable of managing thousands of concurrent animations, while guaranteeing consistent, synchronized timing with concurrent or staged animations.
## Resources
- [Documentation](https://d3js.org/d3-timer)
- [Examples](https://observablehq.com/collection/@d3/d3-timer)
- [Releases](https://github.com/d3/d3-timer/releases)
- [Getting help](https://d3js.org/community)