DHTML TYPE WRITER EFFECT

xiaoxiao2021-03-06  35

DHTML TYPE WRITER EFFECT

THIS ITELETYPEWRITER THAT TYES OUT A Message You Want.

You can change the text by changing the variable text_type. The distance of the text from top can be changed by changing the variable begin_pos (Here it is 55). The distance of the text from the left can be changed by changing the variable left_pos ( Here it is 110). You can also change the spesed of type time_length.

After all the text is typed out the cursor blinks. The blink speed can be changed by changing the value of the variable cursor_blink_speed (Here it is 300). You can also change the cursor character by changing the variable cursor_char (Here it is $) .

Place The Following Code in The Head of Your Web Page.

Select All Code