Joomla.it Forum

Componenti per Joomla! => Gallerie di immagini => : reglej 28 Oct 2008, 10:59:16

: Slow down the carousel rotation speed?
: reglej 28 Oct 2008, 10:59:16
Hi,

I have a question regarding the great Ozio Gallery module.

Both component and module are installed and everything seems to work fine. That's not the problem. I've chosen to set the carousel skin for the module.

Is it possible to change the rotation speed of the carousel? At this moment, you really get dizzy while viewing it. To avoid that ;D , I want to slow down the speed.

Despite the large amount of parameters to set, I cannot find the parameter to do this. Who can Carneade?

This might be a dounle post. But since my Dutch is far more better than my Italian is, I'm not able to trace that topic. ::) Sorry...

Thanks in advance, Jelger
: Re: Slow down the carousel rotation speed?
: alexred 28 Oct 2008, 11:24:34
Ciao reglej,
in Ozio Gallery 1.0.8 it's not possible to change the rotation speed of the carousel, I hope in next release to add the speed parameter, now the speed is set automatically
: Re: Slow down the carousel rotation speed?
: reglej 28 Oct 2008, 12:28:54
Ok, thanks for your answer. Then I'll wait until the next release.

One more question, can I change the speed manually in the source code? Or isn't there a speed variable at all?

Thanks, Jelger
: Re: Slow down the carousel rotation speed?
: tapaza80 31 Oct 2008, 09:58:22
Thx för great EXT!

Is it possible to insert following script in the XML file in order to adjust the speed(from www.flshow.som):

-->

<slide_show>

<options>
<background>#FFFFFF</background>
<!-- #RRGGBB, transparent -->

<interaction>
<speed>90</speed>
<!-- [-360,360] degrees per second -->
<default_speed>25</default_speed>
<!-- [-360,360] degrees per second -->
<default_view_point>100%</default_view_point>
<!-- [0,100] percentage -->
<reset_delay>5</reset_delay>
<!-- [0,600] seconds, 0 means never reset -->
</interaction>
</options>
<photo>../images/babelfish.png</photo>
<photo>../images/cdwriter_unmount.png</photo>
<photo>../images/folder1_tar.png</photo>
<photo>../images/ksirtet.png</photo>
<photo>../images/msn.png</photo>
<photo>../images/folder_favorites.png</photo>
</slide_show>