Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3/d3-interpolate

Interpolate numbers, colors, strings, arrays, objects, whatever!
https://github.com/d3/d3-interpolate

Last synced: 2 months ago
JSON representation

Interpolate numbers, colors, strings, arrays, objects, whatever!

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)