@candlelib/glow
TypeScript icon, indicating that this package has built-in type declarations

0.5.10 • Public • Published

CandleLibrary Glow

Animation Library

v0.3.0

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

yarn

$ yarn add @candlelib/glow

DOCS

Docs

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.

Readme

Keywords

Package Sidebar

Install

npm i @candlelib/glow

Weekly Downloads

1

Version

0.5.10

License

MIT

Unpacked Size

60.1 kB

Total Files

32

Last publish

Collaborators

  • galactrax