[Proto-Scripty] Re: loop effects?

2009-11-14 Thread Alex McAuley
: Saturday, November 14, 2009 3:59 PM Subject: [Proto-Scripty] Re: loop effects? Hi, i think its a good one, and if u just wanna put a simple effect that works fine. On Nov 14, 1:36 am, patrick wrote: > hi, > > Is the best way to loop an effect to just do: > > setInterval(functi

[Proto-Scripty] Re: loop effects?

2009-11-14 Thread Hugo Nieto
Hi, i think its a good one, and if u just wanna put a simple effect that works fine. On Nov 14, 1:36 am, patrick wrote: > hi, > > Is the best way to loop an effect to just do: > > setInterval(function() { > >   new Effect.pulsate('my_div', {duration: 1}) > > }, 1000); > > ? > > -patrick --~--~-