0.1.19 • Published 3 years ago

color-array-animation v0.1.19

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Color Array Animation

Getting Started

Install from npm

npm install color-array-animation

Import animation factory into the project

import animationFactory from "color-array-animation";

Build animation generator

const accentColor = "#f00";
const baseColor = "#000";

const animation = animationFactory
  .get("scanner")
  .initialize([accentColor, baseColor], 20, 1);

animation.start((colorsArray) => /* Use generated color array. */);

Animation Library

scanner
bubbles
traveller

Api

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago