I've noticed that Fx.Scroll is Buggy in opera
the following code won't work if the element is not in the visible area, in
the bottom of the window


//won't do anything in opera
new Fx.Scroll(window))).toElement(element)


this is because window.getHeight() in opera return the whole window height,
but other browsers return the height of the visible area.




On Fri, Apr 17, 2009 at 6:56 PM, TheIvIaxx <[email protected]> wrote:

>
> Thanks nwhite, i tried using the Fx.Scroll object and it works, but
> still not as fast as viewing an image alone in a browser.  I'm not
> sure if flash will be able to even meet that speed.  though maybe im
> doing it wrong in js.
>
> Bascially i use the Fx.Scroll().set(x,y) method on each step of the
> mousemove event.  Too much?
>
> Thanks




-- 
fax : (+33) 08 26 51 94 51

Reply via email to