I have a presentation[*] where all slides are DIVs that are shown as
needed. The transition between slides is always Fade + Appear and I
use a queue for it:

    new Effect.Fade(current_slide_id, {queue: 'end', duration: 0.3});
    new Effect.Appear(next_slide_id, {queue: 'end', duration: 0.3});

That works like a charm in Safari, but in Firefox 2 occasionally
Appear does not complete (you get either nothing or something in
between). Is there any known gotcha regarding Firefox?

-- fxn

[*] http://www.hashref.com/talks/rails-desde-el-codigo-2007/index.html
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to