Lukas Renggli wrote:
I hope you
dont mind, I extended slideshow to provide glitzy crossfading
pictures with a little javascript.
Sure, no problem.
Why don't you use the crossfade functionality from Scriptaculous?
What crossfade in scriptaculous?
I figured that since the Crossfade project on squeaksource didnt use it
there was none. I can see fade, but no crossfade
There is a
slight problem which shows up if you try to un a slideshow
without any |<< >>| tools showing. It appears that if you render a div
with nothing in it (a), and later via an evaluator update that div,
again with nothing in it(b). In IE the div appears, where it wasnt
visible before.
The code is in Pier-SlideShow
(a) PRSlideShowCrossFade-#renderSlideshowOn: html
(b) PRSlideShowCrossFade-#applyCrossFadeTo: script
any thoughts?
Maybe it is the best not to show render it at all? Or hide it using CSS?
I am hiding it using css.
I just thought that this might be a more general bug in scriptaculous
Keith
Lukas