2.1.0 • Published 3 years ago

digitalmatrix v2.1.0

Weekly downloads
4
License
UNLICENSED
Repository
github
Last release
3 years ago

DigitalMatrix

npm license github-issues

nodei.co

Creates a "Digital Matrix" effect inside HTML elements: Demo

demo

Install

npm install --save digitalmatrix

Usage

To generate the matrix:

import DigitalMatrix from "DigitalMatrix";

var matrix = new DigitalMatrix("elementId");

Where "elementId" is the id of the element that will contain the matrix.

To enable the pulsate effect:

matrix.startPulsate();

To regenerate the matrix:

matrix.regenerateNumbers();

To resize the matrix:

matrix.resize();
2.1.0

3 years ago

2.0.1

3 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago