Hi all, How can I do the same thing with prototype & scriptalocous as on th mootools downloadpage? http://mootools.net/download What I mean: - the fade and appear when ''going'' over the ''components'' I can''t get it done with prototype & scriptalocous?! I''m sure that, because I''m just starting with prototype & scriptalocous, it''s because of me .... Thanx! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
On 2/7/07, meagain <frans.fripont-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> http://mootools.net/download > > What I mean: > > - the fade and appear when ''going'' over the ''components'' > > I can''t get it done with prototype & scriptalocous?! I''m sure that, > because I''m just starting with prototype & scriptalocous, it''s because > of me .... >Have a look at Effect.Morph : http://mir.aculo.us/demos/script-aculo-us-1-7-beta-demos It seems that it offers what you want. Yours, Nicolas Terray --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
If I am not mistaken, effect.fade/effect.appear (or effect.toggle(''appear'') have a 50% option do they not? And I assume this would meet the desired effect. Options duration:1.0 (in seconds) from:0.0-1.0 (percent of opacity to start) to:0.0-1.0 (percent of opacity to end I don''t know however whether appear/fade or morph would have lower overhead/code length. On Feb 7, 9:43 am, "meagain" <frans.frip...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > How can I do the same thing with prototype & scriptalocous as on th > mootools downloadpage? > > http://mootools.net/download > > What I mean: > > - the fade and appear when ''going'' over the ''components'' > > I can''t get it done with prototype & scriptalocous?! I''m sure that, > because I''m just starting with prototype & scriptalocous, it''s because > of me .... > > Thanx!--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---