Class: Randext

Randext~Randext(options)

Class to display a Randext.

Constructor

new Randext(options)

Random letter animation effect to display text messages.
Parameters:
Name Type Description
options object The Randext options.
Properties
Name Type Description
element object The Randext element to display with innerText.
interval number The Randext interval to display. Default is 100.
ignore string The Randext Chars not to display. Default is '-_,;:./()[]{}<>\\\'"`#$%&@€!?'.
style array The Randext random Char styles to display. Default is undefined.
callback function The Randext callback to run after stop. Default is null.
Source: