The following code:
new Effect.Parallel([
new Effect.Appear("savePortalIndicator"),
new Effect.Pulsate("savePortalIndicator",
{duration: 5}),
new Effect.Fade("savePortalIndicator")
]);
For some reason does not seem to work. The element will appear and
disappear very quickly. No 5 second pulsate. Why? What is wrong
with my code?
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---