Typing Text

XHTML & CSS support including table-less layout.

Typing Text

Postby justin808 on Sun Jan 24, 2010 10:24 pm

I have the typing text java-script running on my website but I want to know where to edit the speed of the typing text. Can anyone show me?
This is the link to the script: http://www.dynamicdrive.com/dynamicindex10/text5.htm

There are the codes I pasted in. But i don't know where i can edit the speed of the typing text.
Code: Select all
<script type="text/javascript" src="TypingText.js">
/****************************************************
* Typing Text script- By Twey @ Dynamic Drive Forums
* Visit Dynamic Drive for this script and more: http://www.dynamicdrive.com
* This notice MUST stay intact for legal use
****************************************************/
</script>



Code: Select all
<div id="example1">Thanks for visiting <a href="http://www.dynamicdrive.com/">Dynamic Drive!</a>
Wow, HTML gets properly typed out too!</div>

<p id="example2">This text has a <b>slashing cursor</b> at the end. <br />And this is on a new line, thanks to the <br> tag.</p>

<script type="text/javascript">
//Define first typing example:
new TypingText(document.getElementById("example1"));

//Define second typing example (use "slashing" cursor at the end):
new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("\\", "|", "/", "-"); return " " + ar[i.length % ar.length]; });

//Type out examples:
TypingText.runAll();
</script>
justin808
 
Posts: 4
Joined: Fri Jan 08, 2010 8:28 pm
Sites Developed: 0
phpBB3 Styles: 0
phpBB3 Knowledge: 0
phpBB3 Mods: 0

Re: Typing Text

Postby topdown on Wed Jan 27, 2010 7:37 pm

Did you try changing the line in the second chunk of code, changing the 100?
User avatar
topdown
Site Admin
 
Posts: 143
Joined: Sun Jul 27, 2008 6:55 pm
Location: In the CODE ©
Sites Developed: 22
phpBB3 Styles: 16
phpBB3 Knowledge: 9
phpBB3 Mods: 11

Re: Typing Text

Postby justin808 on Sat Feb 06, 2010 10:18 pm

it appears that its already in 100, but I'll just play around with numbers :D
justin808
 
Posts: 4
Joined: Fri Jan 08, 2010 8:28 pm
Sites Developed: 0
phpBB3 Styles: 0
phpBB3 Knowledge: 0
phpBB3 Mods: 0


Return to XHTML & CSS

Who is online

Users browsing this forum: No registered users and 1 guest

cron