Hi all, does anybody know how to make it not flicker when in a rjs you replace_html and then do a blind_down? it looks like it displays the whole div, then shrinks it, then grows it...how to fix? Emanuele. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Dec 5, 2007 12:40 AM, Emanuele Ricci <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> does anybody know how to make it not flicker when in a rjs you > replace_html and then do a blind_down? it looks like it displays the > whole div, then shrinks it, then grows it...how to fix? >Try making the initial style of the div "hidden" so that the browser does not display it first. Regards Mikel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mikel Lindsaar wrote:> On Dec 5, 2007 12:40 AM, Emanuele Ricci > <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > >> does anybody know how to make it not flicker when in a rjs you >> replace_html and then do a blind_down? it looks like it displays the >> whole div, then shrinks it, then grows it...how to fix? >> > > Try making the initial style of the div "hidden" so that the browser > does > not display it first. > > Regards > > MikelThank you, I already did it , but I doesnt work doe. I''ve found something that seems to work here instead: http://dev.rubyonrails.org/ticket/6735 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---