Alex Duffield
2005-Sep-20 01:07 UTC
[Rails-spinoffs] scriptaculous setting options - Speed
How do you set the options for an effect, I have multiple effects on a page, some are small boxes but others are larger, I want to be able to set the speed of each effect individually. so the question is how do I have 2 effect.BlindUp objects on one page with different speeds? Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050920/96dcb993/attachment.html
Alex Duffield
2005-Sep-20 01:39 UTC
[Rails-spinoffs] scriptaculous setting options - Speed
Never mind.. I get it... Effect.BlindUp(''container'', {duration:1.5}) is there some clear documentation someplace?? Not that I am complaining, this is some great code!! but it would be nice if there where some good hints on how to properly use it! Cheers. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com On 19-Sep-05, at 9:49 PM, Alex Duffield wrote:> How do you set the options for an effect, I have multiple effects > on a page, some are small boxes but others are larger, I want to be > able to set the speed of each effect individually. > > so the question is how do I have 2 effect.BlindUp objects on one > page with different speeds? > > Thanks. > ______________________________________________________________________ > Alex Duffield . Principal . InControl Solutions . http:// > www.incontrolsolutions.com > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050920/ada858d3/attachment.html
François Beausoleil
2005-Sep-20 02:56 UTC
[Rails-spinoffs] scriptaculous setting options - Speed
Hello Alex, Alex Duffield said the following on 2005-09-20 01:22:> is there some clear documentation someplace?? Not that I am complaining, > this is some great code!! but it would be nice if there where some good > hints on how to properly use it!There''s the wiki: http://wiki.script.aculo.us/scriptaculous/show/CoreEffects Bye ! Fran?ois
http://wiki.script.aculo.us/scriptaculous/show/CoreEffects documents the core effects and basic usage. http://wiki.script.aculo.us/scriptaculous/show/Effect.BlindDown has some info on BlindDown. Note that it is a wiki, so if you have some documentation or notes feel free to add them. :) Thomas Am 20.09.2005 um 07:22 schrieb Alex Duffield:> Never mind.. I get it... > > Effect.BlindUp(''container'', {duration:1.5}) > > is there some clear documentation someplace?? Not that I am > complaining, this is some great code!! but it would be nice if > there where some good hints on how to properly use it! > > Cheers. > ______________________________________________________________________ > Alex Duffield . Principal . InControl Solutions . http:// > www.incontrolsolutions.com
Martin Bialasinski
2005-Sep-20 07:07 UTC
[Rails-spinoffs] scriptaculous setting options - Speed
On 20/09/05, Thomas Fuchs <thomas@fesch.at> wrote:> http://wiki.script.aculo.us/scriptaculous/show/CoreEffects > documents the core effects and basic usage. > > http://wiki.script.aculo.us/scriptaculous/show/Effect.BlindDown > has some info on BlindDown.I think duplicating the things applying to all effects at core effects (options, callbacks...) to all Effects pages would be good. Looking at an Effects page, you have all the info you need to fully use it. A wiki macro perhaps like the prototype header? Bye, Martin
Go ahead :) Thomas Am 20.09.2005 um 12:49 schrieb Martin Bialasinski:> On 20/09/05, Thomas Fuchs <thomas@fesch.at> wrote: > > >> http://wiki.script.aculo.us/scriptaculous/show/CoreEffects >> documents the core effects and basic usage. >> >> http://wiki.script.aculo.us/scriptaculous/show/Effect.BlindDown >> has some info on BlindDown. >> > > I think duplicating the things applying to all effects at core effects > (options, callbacks...) to all Effects pages would be good. Looking at > an Effects page, you have all the info you need to fully use it. A > wiki macro perhaps like the prototype header? > > Bye, > Martin > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >