1. How I can adjust the transition time between pictures? Not the autoplay duration. I mean the gray pause with ajax-loader between the pictures.
First I thought that is a problem with picture size, but even for small pictures the pause time between the pictures is quite the same, aprox. 3 seconds.
2. And how I can change the transition mode for example to slide left-right or fade-out.
Comments
Comment #1
jorditr commentedYes, I also would like to know which parameter is the transition time. Thanks :-)
Comment #2
eoneillPPH commentedAdd me to that request.
Since script.aculo.us has lots of effects, wouldn't it be nice if these settings were configurable (per block, even)?
Wonder if the lag time is just due to so many calculations, and to resizing EVERY time?
Comment #3
greta_drupal commentedWhile there is an option for "Duration" and noted as "default 10000", the change to the form box is not written. Once settings saved, it just reverts back to the default value 10000.
Comment #4
eflage commentedThis is a different problem and should be opened as such. A new bug report has been opened. http://drupal.org/node/463828
Comment #5
ComputerWolf commentedThe time in between pictures is just the time it takes to process the next picture and get it loaded into place. If someone wishes to try and trim this time down, I am happy to accept patches. Also, since the latest version of the module uses jquery not script.aculo.us, further work on the older effects will not be done.