Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T16:56:45.000Z (about 1 year ago)
- Last Synced: 2024-05-15T14:30:04.591Z (6 months ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-timer
- Size: 210 KB
- Stars: 163
- Watchers: 15
- Forks: 46
- 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)