digitalmatrix
v2.1.0
Published
DigitalMatrix
Downloads
41
Readme
DigitalMatrix

Creates a "Digital Matrix" effect inside HTML elements: 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();