On 09/09/2012, at 9:21 PM, Nil Geisweiller wrote:

> It's slightly too fast. The duration between each step should be a
> function of the number of characters in that step or something.

Yes, its too fast. It also needs a delay after each slide I think.

 The formula is currently: 

  var n = elt.innerHTML.length;
  interval_handle = setTimeout(showframe, 5000+n); 

which is in milliseconds.

I also tried to get sound into it but HTML just can't seem
to synchronise sound yet.

Obviously the whole webserver uses rather primitive formatting
by artistic standards. I'm no artist. Nor am I much of an HTML
or Javascript programmer.

I need  to figure out how to link across pages too.
And some nice controls. [Feel free to volunteer :]

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to