https://github.com/d3/d3-interpolate
Interpolate numbers, colors, strings, arrays, objects, whatever!
https://github.com/d3/d3-interpolate
Last synced: about 1 year ago
JSON representation
Interpolate numbers, colors, strings, arrays, objects, whatever!
- Host: GitHub
- URL: https://github.com/d3/d3-interpolate
- Owner: d3
- License: isc
- Created: 2015-06-10T03:35:42.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T15:09:13.000Z (over 2 years ago)
- Last Synced: 2025-05-14T05:21:34.071Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-interpolate
- Size: 342 KB
- Stars: 496
- Watchers: 15
- Forks: 69
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-interpolate
This module provides a variety of interpolation methods for blending between two values. Values may be numbers, colors, strings, arrays, or even deeply-nested objects.
## Resources
- [Documentation](https://d3js.org/d3-interpolate)
- [Examples](https://observablehq.com/collection/@d3/d3-interpolate)
- [Releases](https://github.com/d3/d3-interpolate/releases)
- [Getting help](https://d3js.org/community)