Class: Randrix

Randrix~Randrix(options)

Class to display a Randrix.

Constructor

new Randrix(options)

Display a random matrix panel.
Parameters:
Name Type Description
options object The Randrix options.
Properties
Name Type Description
message string The Randrix message to display.
selector string The Randrix element selector. Default is '[data-randrix]'.
width number The Randrix width to display. Default is 5.
height number The Randrix height to display. Default is 6.
interval number The Randrix interval to display. Default is 100.
possible string The Randrix possible Chars to display. Default is 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.'.
style array The Randrix random Char styles to display. Default is undefined.
callback function The Randrix callback to run after stop. Default is null.
Source: