Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Easing functions for smooth animation.
https://github.com/d3/d3-ease

Last synced: 2 months ago
JSON representation

Easing functions for smooth animation.

Awesome Lists containing this project

README

        

# d3-ease

_Easing_ is a method of distorting time to control apparent motion in animation. It is most commonly used for [slow-in, slow-out](https://en.wikipedia.org/wiki/Twelve_basic_principles_of_animation#Slow_in_and_slow_out). By easing time, [animated transitions](https://github.com/d3/d3-transition) are smoother and exhibit more plausible motion.

## Resources

- [Documentation](https://d3js.org/d3-ease)
- [Examples](https://observablehq.com/collection/@d3/d3-ease)
- [Releases](https://github.com/d3/d3-ease/releases)
- [Getting help](https://d3js.org/community)