Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A JavaScript function which prints a given block of text one character at a time, simulating the effect of being typed by a keyboard. Supports links and multi-colored output.

Notifications You must be signed in to change notification settings

cp2846/text-type-effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

text-type-effect

A JavaScript function which prints a given block of text one character at a time. This simulates the effect of text being typed with a keyboard.

SYNTAX:

New lines can be added with double spaces (" ").

Links:

The code contains an array to which links can be added. To print a link, use the following syntax:

$l(text here)/l

Every time a link is printed, it moves to the next link in the array.

COLORS:

$g(text here)/c -- draws GREEN text

$r(text here)/c -- draws RED text

$b(text here)/c -- draws GREEN text

etc...

About

A JavaScript function which prints a given block of text one character at a time, simulating the effect of being typed by a keyboard. Supports links and multi-colored output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published