rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs] script.aculo.us effect to update elements
Hi,
perhaps I am overseeing this but it seems that there is no easy way to set
up a queue with two effects (fade and appear) and in between exchange the
content.
So I have an application with s
i 2006 00:20
To: rails-spinoffs@lists.rubyonrails.orgSubject: Re: [Rails-spinoffs] script.aculo.us effect to update elements
here's an idea!..instead of programming as if it were BASIC...dothis1dothis2dothis3why don't you make it fade, then run the updater, then put the appear effecton the
m: "Fabian Lange" [EMAIL PROTECTED]
Date: Tue, 18 Jul 2006 16:46:07 -0400
To: rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs] script.aculo.us effect to update elements
> Hi,
> perhaps I am overseeing this but it seems that there is no easy way to set
> up a que
ot;Fabian Lange" [EMAIL PROTECTED]
Date: Tue, 18 Jul 2006 16:46:07 -0400
To: rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs] script.aculo.us effect to update elements
> Hi,
> perhaps I am overseeing this but it seems that there is no easy way to set
> up a queue with two eff
Nice effect... although I'm more inclined to call it a control or widget than effect. Perhaps you can also make it support passing in an array of values to allow for non-ajax updates. For instance, "new Effect.Updater
(el, {newContentArray: ['foo', 'bar', 'blah'], queue: 'end'});"On 7/18/06, Fabian
Hi,
perhaps I am overseeing this but it seems that there is no easy way to set
up a queue with two effects (fade and appear) and in between exchange the
content.
So I have an application with static layout and just want to animate the
exchange of the content from the main div.
So I wrote my own ef