@candlelib/glow
v0.5.10
Published
Animation Library
Readme
BRIEF
TODO - FILL THIS IN!
import {addModuleToCFW} from "@candlelib/candle";
import {Animation} from "./animation.js";
import {Transitioneer} from "./transitioneer.js";
import {TransformTo} from "./transformto.js";
Object.assign(
Animation,
{
createTransition:Transitioneer.createTransition,
transformTo:TransformTo
}
);
addModuleToCFW(Animation, "glow");
export default Animation;INSTALL
npm
$ npm install --save @candlelib/glowyarn
$ yarn add @candlelib/glowDOCS
CFW DEPENDENCIES
As a part of CandleLibrary, cfw.glow relies on the following libraries to make the magic happen. The modular design of CFW allows each on to be used independently for specific project needs. Give them a look to find out more.
