Skip to content

jQuery plugin to print random characters and gradually "decode" them into a desired string.

Notifications You must be signed in to change notification settings

filialpails/Noise-to-Signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Noise-to-Signal

jQuery plugin to print random characters and gradually "decode" them into a desired string.

$(selector).noiseToSignal(array[, alphabet[, speed]]);
Writes a random string from the given array and uses the optional alphabet string as the "encoded" characters.

$(selector).noiseToSignal(string[, alphabet[, speed]]);
Writes the given string and uses the optional alphabet string as the "encoded" characters.

$(selector).noiseToSignal(function[, alphabet[, speed]]);
Writes the string returned by calling function and passing it the index number of the current element within the jQuery object.

About

jQuery plugin to print random characters and gradually "decode" them into a desired string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published