Lib API
The Lib module contains external packages that are used frequently in animations.
Import
import { Lib } from "react-ensemble";
Interface
const Lib = {d3Ease,d3Interpolate};
d3Ease
References the d3-ease library of easing functions.
See the d3-ease documentation.
d3Interpolate
References the d3-interpolate library of interpolation functions.