Auto Scroll speed
-
emc last edited by
Hello ,
How I can understand the below so that I can adjust the auto scroll speed ?
i ctrl = Go to page, "javascript:var marc=false; function AutoScroll() {if(marc==true)return; window.scrollBy(0,1); NextScroll = setTimeout('AutoScroll()', 1200);window.onkeypress = StopScroll;} function StopScroll(e) {if(e.keyCode == 27){clearTimeout(NextScroll);};} AutoScroll();"
If I am to make above speed faster double , what is the value ?
For example I understand delay of 1000 is a second. Hence 60 seconds is 60000 while 60 minutes is 3600000.
Thank you very much
edmnond -
emc last edited by
Sorry .............. and what is the command in order to cancel ( stop ) the auto scroll action ?