Hi All, I am trying to create dynamic display of images. Like I have some images and I want to display them dynamically one after the other in a <div>. How can I achieve this visual effect? Sorry for simple question but I am a beginner. :) Thank you -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Oct-22 12:49 UTC
Re: How to Generate Dynamic visual effects for images.
Dean wrote in post #956227:> Hi All, > > I am trying to create dynamic display of images. Like I have some > images and I want to display them dynamically one after the other in a > <div>. How can I achieve this visual effect?With JavaScript. This question doesn''t really have much to do wih Rails, so you''ll get better advice on a JS list.> Sorry for simple question > but I am a beginner. :) > > Thank youBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Are there any rails plugin or javascript library which might help me to achieve this? On Oct 22, 8:49 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Dean wrote in post #956227: > > > Hi All, > > > I am trying to create dynamic display of images. Like I have some > > images and I want to display them dynamically one after the other in a > > <div>. How can I achieve this visual effect? > > With JavaScript. This question doesn''t really have much to do wih > Rails, so you''ll get better advice on a JS list. > > > Sorry for simple question > > but I am a beginner. :) > > > Thank you > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Is there any Plugin or JS library which might help me achieve this? On Oct 22, 8:49 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Dean wrote in post #956227: > > > Hi All, > > > I am trying to create dynamic display of images. Like I have some > > images and I want to display them dynamically one after the other in a > > <div>. How can I achieve this visual effect? > > With JavaScript. This question doesn''t really have much to do wih > Rails, so you''ll get better advice on a JS list. > > > Sorry for simple question > > but I am a beginner. :) > > > Thank you > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
radhames brito
2010-Oct-22 14:33 UTC
Re: Re: How to Generate Dynamic visual effects for images.
On Fri, Oct 22, 2010 at 10:11 AM, binu <agarwal.binesh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Are there any rails plugin or javascript library which might help me > to achieve this? >yes many, but you have to read a lot about js first, but you can use ligthbox or jcarousell, here is a list http://vandelaydesign.com/blog/web-development/jquery-image-galleries/ -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
radhames brito
2010-Oct-22 14:34 UTC
Re: Re: How to Generate Dynamic visual effects for images.
On Fri, Oct 22, 2010 at 10:21 AM, Dean <deansam2000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Is there any Plugin or JS library which might help me achieve > this? >Rails is a server side technology, there are no "rails" plugins to handle client side animations -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.