All examples By author By category About

FrissAnalytics

Interpolate anything with React Motion

React Motion's interpolated styles are just arbitrary values and don't have to map to actual CSS styles.

In this example, only a single value t is interpolated by React Motion from 0 to 1 when the mouse is pressed, and passed to an color interpolator created with d3-interpolate. Additionally, it's used to scale the text and to display a percentage.

forked from herrstucki's block: Interpolate anything with React Motion