[Proto-Scripty] How to queue Multiple effects?

2009-12-04 Thread fma
Is it possible to combine Multiple effect and Queue? I tried the following: new Effect.multiple([this._view.prevButton, this._view.nextButton, this._view.hideButton], Effect.Opacity, {from: 0, to: 1, duration: 2}, {queue: {position: 'end', scope: 'fade'}});

Re: [Proto-Scripty] How to queue Multiple effects?

2009-12-04 Thread Christophe Decaux
What about using afterFInish instead of a queue ? I know, it's not very nice... new Effect.multiple([this._view.prevButton, this._view.nextButton, this._view.hideButton], Effect.Opacity, {from: 0, to: 1, duration: 2,afterFinish:function(){ new