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
-~----------~----~----~----~------~----~------~--~---