Docs
Github
  • Overview
  • Installation
  • Quick Start
  • Guides
  • API Reference
    • Controller
    • Lib
    • SimpleControlPanel
    • Timeline
    • TrackUtils
    • Type Definitions
  • Examples

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.

See the d3-interpolate documentation.

Previous:
Controller
Next:
SimpleControlPanel
Copyright © 2020 Joseph Cowman. All rights reserved.
React Ensemble is licensed under the MIT License.