So I have seen lots of posting on this very subject but not one has worked for me. My problem is that annoying flicker when you use slide_down. Here is my code: :complete => visual_effect(:blind_down, "pickens", :duration => 1.00) Thats is a part of my link_to helper call. Here is my div: <div id = "pickens" style = "display:hidden""> </div> Anyone have any suggestions on how tyo get rid of that flicker? Thanks, -S -- 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 27, 2007, at 10:42 PM, Shandy Nantz wrote:> > So I have seen lots of posting on this very subject but not one has > worked for me. My problem is that annoying flicker when you use > slide_down. Here is my code: > > :complete => visual_effect(:blind_down, "pickens", :duration => 1.00) > > Thats is a part of my link_to helper call. Here is my div: > > <div id = "pickens" style = "display:hidden""> >Just out of curiosity, have you tried display: none instead of display: hidden? Peace, Phillip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Phillip Koebbe wrote:> On Dec 27, 2007, at 10:42 PM, Shandy Nantz wrote: > >> > Just out of curiosity, have you tried display: none instead of > display: hidden? > > Peace, > PhillipLol, I think I was thinking of two different things. Thanks god it Friday - it is Friday right? -- 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 28, 2007, at 9:02 AM, Shandy Nantz wrote:> > Phillip Koebbe wrote: >> On Dec 27, 2007, at 10:42 PM, Shandy Nantz wrote: >> >>> >> Just out of curiosity, have you tried display: none instead of >> display: hidden? >> >> Peace, >> Phillip > > Lol, I think I was thinking of two different things. Thanks god it > Friday - it is Friday right?I don''t understand your response. Did changing your div from display: hidden to display: none help? Or is it something else? And, yes, I think it is Friday. I work at home, and the days start to run together after a while, so I never can be really sure, though. Peace, Phillip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
changing from hidden to none makes a difference :) On Dec 28 2007, 8:29 pm, Phillip Koebbe <phillipkoe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Dec 28, 2007, at 9:02 AM, Shandy Nantz wrote: > > > > > Phillip Koebbe wrote: > >> On Dec 27, 2007, at 10:42 PM, Shandy Nantz wrote: > > >> Just out of curiosity, have you tried display: none instead of > >> display: hidden? > > >> Peace, > >> Phillip > > > Lol, I think I was thinking of two different things. Thanks god it > > Friday - it is Friday right? > > I don''t understand your response. Did changing your div from > display: hidden to display: none help? Or is it something else? > > And, yes, I think it is Friday. I work at home, and the days start > to run together after a while, so I never can be really sure, though. > > Peace, > Phillip--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---