Ok, I finally got the slideshow code to a state worth showing it off. The site is a very rough cut of a site I''m building for my wife''s photography, so ignore the unfinished design for now :) http://rachel.kathihill.com/ To see the ajax version, go to: http://rachel.kathihill.com/?ajax=1 To randomize the order the images show: http://rachel.kathihill.com/?random=1 To change the transition effect: http://rachel.kathihill.com/?effect=random (slide, blind, appear, and grow are the other options) You can combine any of those arguments. There are links on the page to show the controls available. (play, pause, etc). The code is at: http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl ideshow.js Any suggestions/feedback are welcome and desired. Thanks, Greg
All I can say is WOW. I really like that. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Gregory Hill Sent: Wednesday, January 25, 2006 11:53 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs] Slideshow beta Ok, I finally got the slideshow code to a state worth showing it off. The site is a very rough cut of a site I''m building for my wife''s photography, so ignore the unfinished design for now :) http://rachel.kathihill.com/ To see the ajax version, go to: http://rachel.kathihill.com/?ajax=1 To randomize the order the images show: http://rachel.kathihill.com/?random=1 To change the transition effect: http://rachel.kathihill.com/?effect=random (slide, blind, appear, and grow are the other options) You can combine any of those arguments. There are links on the page to show the controls available. (play, pause, etc). The code is at: http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl ideshow.js Any suggestions/feedback are welcome and desired. Thanks, Greg _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs ******************** ******************** This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s). If you are not an intended recipient, do not read, copy, disseminate or take any action based on the content of this E-mail. Please notify the sender by reply E-mail and erase this E-mail from your system. Your assistance is appreciated. E-mail transmission may not be secure or error-free. The company is not responsible for any loss/damage arising from any virus transmitted. ******************** ********************
Hey! Awesome stuff. I really like it. The only thing that came to my mind is that for me, the "Fade / Appear" effect is kind of choppy and not as smooth as it should be!? (FF 1.5) The other effects are really cool. Did you encounter the same problem? greetings, benni. -SDG- Gregory Hill wrote:> Ok, > I finally got the slideshow code to a state worth showing it > off. The site is a very rough cut of a site I''m building for my wife''s > photography, so ignore the unfinished design for now :) > > http://rachel.kathihill.com/ > > To see the ajax version, go to: > http://rachel.kathihill.com/?ajax=1 > > To randomize the order the images show: > http://rachel.kathihill.com/?random=1 > > To change the transition effect: > http://rachel.kathihill.com/?effect=random > > (slide, blind, appear, and grow are the other options) > > You can combine any of those arguments. There are links on the page to > show the controls available. (play, pause, etc). > > The code is at: > http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl > ideshow.js > > > Any suggestions/feedback are welcome and desired. > > Thanks, > Greg > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
looks great ! In case you are using RoR, how do you integrate (the ajax version) into a RoR app ? Do you have a RoR helper functions or a source snippet of how you did it ? On 1/25/06, Gregory Hill <Gregory_Hill-l9nu40+TWxQ@public.gmane.org> wrote:> > Ok, > I finally got the slideshow code to a state worth showing it > off. The site is a very rough cut of a site I''m building for my wife''s > photography, so ignore the unfinished design for now :) > > http://rachel.kathihill.com/ > > To see the ajax version, go to: > http://rachel.kathihill.com/?ajax=1 > > To randomize the order the images show: > http://rachel.kathihill.com/?random=1 > > To change the transition effect: > http://rachel.kathihill.com/?effect=random > > (slide, blind, appear, and grow are the other options) > > You can combine any of those arguments. There are links on the page to > show the controls available. (play, pause, etc). > > The code is at: > http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl > ideshow.js > > > Any suggestions/feedback are welcome and desired. > > Thanks, > Greg > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- Roberto Saccon - http://rsaccon.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Sorry, I don''t use RoR. Someone else is welcome to create a ''helper'' for it. Maybe someday I''ll actually learn Ruby :-) The ajax code on the server should return an HTML snippet, as all the code does is grab all of the nodes in the HTML and add them as frames to the slideshow. If one of the ajax calls returns empty, then the code assumes there are no more frames to add and quits doing future ajax requests. In response to the previous email, I am not getting choppiness in Firefox 1.5. All of the transition effects are from Scriptaculous, and I can''t imagine that my code is actually degrading the performance of them. But anything''s possible. Are Effect.Fade and Effect.Appear normally choppy on your system? Greg ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Roberto Saccon Sent: Wednesday, January 25, 2006 10:56 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Slideshow beta looks great ! In case you are using RoR, how do you integrate (the ajax version) into a RoR app ? Do you have a RoR helper functions or a source snippet of how you did it ? On 1/25/06, Gregory Hill <Gregory_Hill-l9nu40+TWxQ@public.gmane.org> wrote: Ok, I finally got the slideshow code to a state worth showing it off. The site is a very rough cut of a site I''m building for my wife''s photography, so ignore the unfinished design for now :) http://rachel.kathihill.com/ To see the ajax version, go to: http://rachel.kathihill.com/?ajax=1 To randomize the order the images show: http://rachel.kathihill.com/?random=1 To change the transition effect: http://rachel.kathihill.com/?effect=random (slide, blind, appear, and grow are the other options) You can combine any of those arguments. There are links on the page to show the controls available. (play, pause, etc). The code is at: http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl ideshow.js Any suggestions/feedback are welcome and desired. Thanks, Greg _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs -- Roberto Saccon - http://rsaccon.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hey Greg, no, also I don''t know why it should be "choppy" at all, but it is. For me it looks like as if the "Appear / Fade" would use less "fps" ;-) but that''s strange. okay... so I tried the things on a windows machine with FF 1.5 and it looks really good. Then I restarted my firefox on my linux machine and it worked too. So, sorry for bothering you ;-) greetings, benni. -SDG- Gregory Hill wrote:> Sorry, I don’t use RoR. Someone else is welcome to create a ‘helper’ > for it. Maybe someday I’ll actually learn Ruby J > > > > The ajax code on the server should return an HTML snippet, as all the > code does is grab all of the nodes in the HTML and add them as frames to > the slideshow. If one of the ajax calls returns empty, then the code > assumes there are no more frames to add and quits doing future ajax > requests. > > > > In response to the previous email, I am not getting choppiness in > Firefox 1.5. All of the transition effects are from Scriptaculous, and > I can’t imagine that my code is actually degrading the performance of > them. But anything’s possible. Are Effect.Fade and Effect.Appear > normally choppy on your system? > > > > Greg > > > > ------------------------------------------------------------------------ > > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] *On Behalf Of > *Roberto Saccon > *Sent:* Wednesday, January 25, 2006 10:56 AM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* Re: [Rails-spinoffs] Slideshow beta > > > > looks great ! > In case you are using RoR, how do you integrate (the ajax version) into > a RoR app ? Do you have a RoR helper functions or a source snippet of > how you did it ? > > On 1/25/06, *Gregory Hill* <Gregory_Hill-l9nu40+TWxQ@public.gmane.org > <mailto:Gregory_Hill-l9nu40+TWxQ@public.gmane.org>> wrote: > > Ok, > I finally got the slideshow code to a state worth showing it > off. The site is a very rough cut of a site I''m building for my wife''s > photography, so ignore the unfinished design for now :) > > http://rachel.kathihill.com/ > > To see the ajax version, go to: > http://rachel.kathihill.com/?ajax=1 > > To randomize the order the images show: > http://rachel.kathihill.com/?random=1 > > To change the transition effect: > http://rachel.kathihill.com/?effect=random > > (slide, blind, appear, and grow are the other options) > > You can combine any of those arguments. There are links on the page to > show the controls available. (play, pause, etc). > > The code is at: > http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl > ideshow.js > > > Any suggestions/feedback are welcome and desired. > > Thanks, > Greg > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> > > > > > -- > Roberto Saccon - http://rsaccon.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Sweet! -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Gregory Hill Sent: Wednesday, January 25, 2006 8:53 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs] Slideshow beta Ok, I finally got the slideshow code to a state worth showing it off. The site is a very rough cut of a site I''m building for my wife''s photography, so ignore the unfinished design for now :) http://rachel.kathihill.com/ To see the ajax version, go to: http://rachel.kathihill.com/?ajax=1 To randomize the order the images show: http://rachel.kathihill.com/?random=1 To change the transition effect: http://rachel.kathihill.com/?effect=random (slide, blind, appear, and grow are the other options) You can combine any of those arguments. There are links on the page to show the controls available. (play, pause, etc). The code is at: http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl ideshow.js Any suggestions/feedback are welcome and desired. Thanks, Greg _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
That is great. Quite nice, Is there a method to fade to a given image or div?? I would want to have thumbnails as well and give the user the ability to fade to that image, as well as the next prev options. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com On 25-Jan-06, at 8:52 AM, Gregory Hill wrote:> Ok, > I finally got the slideshow code to a state worth showing it > off. The site is a very rough cut of a site I''m building for my > wife''s > photography, so ignore the unfinished design for now :) > > http://rachel.kathihill.com/ > > To see the ajax version, go to: > http://rachel.kathihill.com/?ajax=1 > > To randomize the order the images show: > http://rachel.kathihill.com/?random=1 > > To change the transition effect: > http://rachel.kathihill.com/?effect=random > > (slide, blind, appear, and grow are the other options) > > You can combine any of those arguments. There are links on the > page to > show the controls available. (play, pause, etc). > > The code is at: > http://rachel.kathihill.com/content/jbhv/web/default/js/ > scriptaculous/sl > ideshow.js > > > Any suggestions/feedback are welcome and desired. > > Thanks, > Greg > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
You can pass in your own custom effects, if desired: showEffect and hideEffect are options. So, I imagine you could do whatever you wanted then. Well, it seems that everyone seems to like it, at least those who have commented. I don''t suppose Thomas would want to add it to the scriptaculous package? :-) I''ll probably put it up on the wiki page for user-submitted add-ons. Might try to clean up the code a bit first, though. Greg ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Alex Duffield Sent: Thursday, January 26, 2006 12:12 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Slideshow beta That is great. Quite nice, Is there a method to fade to a given image or div?? I would want to have thumbnails as well and give the user the ability to fade to that image, as well as the next prev options. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http://www.incontrolsolutions.com <http://www.incontrolsolutions.com/> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
On Thu, 2006-01-26 at 12:49 -0700, Gregory Hill wrote:> > From:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Alex Duffield > > Sent: Thursday, January 26, 2006 12:12 PM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Slideshow beta > > > > That is great. Quite nice, > > > > Is there a method to fade to a given image or div?? > > > > I would want to have thumbnails as well and give the user the > > ability to fade to that image, as well as the next prev options. > > You can pass in your own custom effects, if desired: > > showEffect and hideEffect are options. So, I imagine you could do > whatever you wanted then.The slideshow looks great. I liked the ability to use use different transition effects. I don''t think you understood Alex''s question. I think he''s asking if there was a "transition immediately to this picture" function. Like a go to, instead of having to to walk back and forth through the list of images one at a time. (e.g. "show me image 10 now. Don''t make me click ''next'' 9 times.") I don''t think it''s a bad idea to have that functionality. I can see where it might come in handy for some people, plus, it seems like it would be trivial to add since all you''d have to do is set the index. But yeah, the slideshow looks great. Definitely add add it to the wiki, so all can enjoy. -- This email is the personal views of the sender, and does not necessarily reflect the views of SchoolCenter.
This looks great. I also got a weird ''flicker'' effect in Firefox during some of the transitions. Still, I think it''s a great starting point. Add it to the wiki and we''ll all use and contribute!
Hey Kenneth, are you using firefox (1.5?) in windows or linux? greetings, benni. -SDG- Kenneth Lee wrote:> This looks great. I also got a weird ''flicker'' effect in Firefox > during some of the transitions. > > Still, I think it''s a great starting point. Add it to the wiki and > we''ll all use and contribute! > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
Looks like 1.0.4/Win. On 1/27/06, Benjamin Mack <bmack-mZxRKsT3+loAvxtiuMwx3w@public.gmane.org> wrote:> Hey Kenneth, > > are you using firefox (1.5?) in windows or linux? > > greetings, > benni. > -SDG- > > > Kenneth Lee wrote: > > This looks great. I also got a weird ''flicker'' effect in Firefox > > during some of the transitions. > > > > Still, I think it''s a great starting point. Add it to the wiki and > > we''ll all use and contribute! > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
Hey, I just installed 1.07, so I ran 1.5 (which it now runs smoothly - whysoever) and 1.07 simultaniously and it was kinda choppy on 1.07 while 1.5 faded smoothly ... very very strange. greetings, benni. -SDG- Kenneth Lee wrote:> Looks like 1.0.4/Win. > > On 1/27/06, Benjamin Mack <bmack-mZxRKsT3+loAvxtiuMwx3w@public.gmane.org> wrote: >> Hey Kenneth, >> >> are you using firefox (1.5?) in windows or linux? >> >> greetings, >> benni. >> -SDG- >> >> >> Kenneth Lee wrote: >>> This looks great. I also got a weird ''flicker'' effect in Firefox >>> during some of the transitions. >>> >>> Still, I think it''s a great starting point. Add it to the wiki and >>> we''ll all use and contribute! >>> _______________________________________________ >>> Rails-spinoffs mailing list >>> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >>> >> _______________________________________________ >> Rails-spinoffs mailing list >> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >> > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
Can anyone post an ROR sample with slideshow? -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Roberto Saccon Sent: Wednesday, January 25, 2006 11:26 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Slideshow beta looks great ! In case you are using RoR, how do you integrate (the ajax version) into a RoR app ? Do you have a RoR helper functions or a source snippet of how you did it ? On 1/25/06, Gregory Hill <Gregory_Hill-l9nu40+TWxQ@public.gmane.org> wrote: Ok, I finally got the slideshow code to a state worth showing it off. The site is a very rough cut of a site I''m building for my wife''s photography, so ignore the unfinished design for now :) http://rachel.kathihill.com/ To see the ajax version, go to: http://rachel.kathihill.com/?ajax=1 To randomize the order the images show: http://rachel.kathihill.com/?random=1 To change the transition effect: http://rachel.kathihill.com/?effect=random (slide, blind, appear, and grow are the other options) You can combine any of those arguments. There are links on the page to show the controls available. (play, pause, etc). The code is at: http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl ideshow.js Any suggestions/feedback are welcome and desired. Thanks, Greg _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> -- Roberto Saccon - http://rsaccon.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
I got around to installing Firefox 1.5 and the transitions have now become smooth. On 1/27/06, Benjamin Mack <bmack-mZxRKsT3+loAvxtiuMwx3w@public.gmane.org> wrote:> Hey, > > I just installed 1.07, so I ran 1.5 (which it now runs smoothly - > whysoever) and 1.07 simultaniously and it was kinda choppy on 1.07 while > 1.5 faded smoothly ... very very strange. > > greetings, > benni. > -SDG- > > > Kenneth Lee wrote: > > Looks like 1.0.4/Win. > > > > On 1/27/06, Benjamin Mack <bmack-mZxRKsT3+loAvxtiuMwx3w@public.gmane.org> wrote: > >> Hey Kenneth, > >> > >> are you using firefox (1.5?) in windows or linux? > >> > >> greetings, > >> benni. > >> -SDG- > >> > >> > >> Kenneth Lee wrote: > >>> This looks great. I also got a weird ''flicker'' effect in Firefox > >>> during some of the transitions. > >>> > >>> Still, I think it''s a great starting point. Add it to the wiki and > >>> we''ll all use and contribute! > >>> _______________________________________________ > >>> Rails-spinoffs mailing list > >>> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >>> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >>> > >> _______________________________________________ > >> Rails-spinoffs mailing list > >> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >> > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
> I got around to installing Firefox 1.5 and the transitions have now > become smooth.Good to hear. Not sure why 1.07 was giving you problems. I just use Effect.Fade and Effect.Appear from scriptaculous. I should probably try to use the Effect.Parallel function to do both on the same timer; maybe that''ll help it perform a little better. Greg