You should rely more on the Effect.Morph to handle the animations and less on your own setTimeout calls, I think its compounding multiple timeout calls and morph effects which run their own intervals to manage the effect. Try getting the effect to run with one call to Effect.Morph.
-- http://positionabsolute.net On Mar 18, 12:01 pm, XyXEL <[email protected]> wrote: > Hello, > > i made a script, that slides pictures threw a div-element. > > well, the performance just sucks, but i dont have any flash-knowledge, > so i had to code it in javascript. > > it works quite fine in FF, but in IE6 and IE7 it freezes the browser > often. > > can anyone help me please :-) ? > > i pasted the code herehttp://pastie.org/419852 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
