Here is my html page :
<html>
<head>
<title></title>
<head>
<SCRIPT TYPE="text/JavaScript" SRC="Scroller.js"></SCRIPT>
</head>
<body>
<script language="javascript">
var ticker = new Scroller('absolute',50,100,500,250);
ticker.SetBorder(true,1,'#AAAAFF','solid')...
unfortunately not, because when i use settimeout, CPU is used a 100%.
i would like to make my fade in / out works all the time that user is on the web page, but without killing CPU resource or memory...
i do not think so that it is possible to have several thread like in C++ :-(
Alain
Hi,
i'm still working on my news/rss ticker class type.
i'm able to fade in/fade out each news (each div), but only for once...
how can i loop (all fade in/out) without killing the server CPU load of to let page works normally ?
e.g :
- I have 3 news/rss topics which should be displayed on 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.