I believe you are looking for the script.aculo.us mailing
list<http://groups.google.com/group/prototype-scriptaculous>.
This address is for github, the site that hosts their repo.
--tek
On Tue, Sep 2, 2008 at 4:37 PM, andre2k2 <[EMAIL PROTECTED]> wrote:
>
> Hello,
> I`m tryng to execute this code:
>
> new Effect.Parallel([
> new Effect.Grow('resumo', { sync: true, direction: 'top-left' }),
> new Effect.Appear('resumo', { sync: true });
> ]);
> new Effect.Parallel([
> new Effect.Squish('conteudo', { sync: true }),
> new Effect.Fade('conteudo', { sync: true })
> ]);
>
> The Parallel effect with Squish and Fade is correct, but the Parallel
> effect with Grow and Appear is executing with problems... Grow effect
> does not execute and appear executes.
> Anybody can help? Thanxs!
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---