0.5.10 • Published 2 years ago

@candlelib/glow v0.5.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

0.5.10

2 years ago

0.5.9

2 years ago

0.4.17

3 years ago

0.4.15

3 years ago

0.4.16

3 years ago

0.4.13

3 years ago

0.4.14

3 years ago

0.4.11

3 years ago

0.4.12

3 years ago

0.4.8

3 years ago

0.4.5

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.2.3

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago