@candlefw/glow

Animation Library

Usage no npm install needed!

<script type="module">
  import candlefwGlow from 'https://cdn.skypack.dev/@candlefw/glow';
</script>

README

cfw.glow

Animation Library

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/glow

yarn

$ yarn add @candlefw/glow

DOCS

Docs

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.