I'm not sure if this is a limitation of the browser or how mootools is
handling the drag.  I have it setup so there is a large image,
2048x1536, that loads and is inside a window.  Sort of like a popup
image viewer for large images.  Anyway, when panning the image around,
its very slow.  the viewable area is almost all of the window so
you're seeing a lot of the image at once.  If i scale down the
viewable area, then its fast.  So i guess its due to just moving that
big image around and seeing so much at once.  Is there a better way of
doing this type of thing in JS/mootools?

I suppose flash would handle this just fine, but i'd like to keep this
in js if possible.

Thanks

Reply via email to