All browsers (by experiment) seem to render the html on the screen at about 20 Hertz (i.e. they refresh the screen about 20 times per second) - i.e. every 50 milliseconds.
By researach/experiment and common observation human beings "decide things" at about 10 Herts (ten times per second) - e.g. try making ten different faces in one second - it's just possible - but not realistically any faster (its similar for tapping on keys and clicking on FOREX buy or sell buttons).
Humans cant react at much faster than 10 Hertz (100 milliseconds) - i.e. we are 100 millisecond beings.
But, humans CAN detect that there is an annoying "flicker" at 10-50 Herts.
So the browser "screen refresh" rate is fine at about 20 Hertz for reacting to events but is not fine for humans detecting irritating HTML element "movement flicker" !
However the problem is that using Javascript to move text at any rate faster than about 20 millisecond intervals produces NO SMOOTHER MOVEMENT >> (i.e. the image still flickers at the browser render rate) e.g. see the moving but visually slightly flickering text etc on www.inferix.com - look at the javascript that generates that movement if you want - its all there plain to see.
So there is no way of making "smooth TV style" flicker free movement using the current browsers UNLESS we can control the browser refresh rate and set it FASTER (by using more CPU power).
Does anybody at Firefox or Chrome know if there are any plans to permit the "browser HTML/JavaScript" (or the user) to set a higher screen refresh/render rate SO THAT SAY "BBC NEWS TV STYLE" graphics are possible on the browser >> because until then the experience of using the browser is going to be boring and "childish" and will never hit TV style smoothness and capability - and it badly needs to do that as otherwise the MOMENTUM for "Javascript/HTML/DOM" being the "de facto human I/O standard" will be lost to some proprietary brands of I/O (aka MS/Google/IBM/Apple) which will emerge more dominant than ever and then dominate human I/O as closed standards and protocols - so we will all be back at suare one !
CAN WE FIX OUR BROWSERS:
PERHAPS THE FIX IT IS THERE ALREADY BUT HIDDEN ?
BROWSER DEVELOPMENT EXPERTS:
HOW DO WE INCREASE THE BROWSER RENDER RATE FROM THE JAVASCRIPT OR HTML - OR ALTERNATIVELY (CPU PERMITTING) CAN YOU MAKE YOUR BROWSERS RENDER A LOT FASTER THAN THE CRRENT RATE (OF CIRCA 20 HERTZ) ?
ONE FINAL THOUGHT:
WE HUMANS ARE 10 HERTZ DECISION MAKERS AND 20 HERTZ VISUAL MOVEMENT DETECTORS >> BUT >> FOR "HTML/JAVASCRIPS/DOM" TO DOMINATE THE FIELD OF AI-HUMAN AS WELL AS HUMAN-HUMAN COMMUNICATION USING THE SAME TECHNOLOGY FOR SENTIENT AI COMMUNICATION OF EXACTLY THE SAME INFORMATION (I.E. THE ADVANTAGE IS THAT IT IS ALSO READABLE BY HUMANS AND AI), THE RENDER RATE WILL HAVE TO BE HUNDREDS OR PERHAPS EVEN THOUSANDS OF TIMES FASTER (FOR AI-AI USE), HOWEVER, THIS NOT NEEDED QUITE YET - BUT IN JUST 10 YEARS PROBABLY YES !
Thanks for any serious responses.....
A. fundamental "JavaScript/HTML/Browser" responses only please.
B. no "other languages or other program" responses thanks.