0.3.0 • Published 5 years ago
@candlefw/glow v0.3.0
BRIEF
TODO - FILL THIS IN!
import {addModuleToCFW} from "@candlefw/cfw";
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 @candlefw/glowyarn
$ yarn add @candlefw/glowDOCS
CFW DEPENDENCIES
As a part of CandleFW, 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.