Page 1 of 1
Slideshow Transitions in Modal popup box
Posted: 07 Jan 2010, 23:53
by abhijack
I used modal popup box in detail window...When i play slideshow i like to avoid transitions ( i.e duration of fading to zero)That means the consecutive image should not merge.
Plz help ..... Thanks in advance
Re: Slideshow Transitions in Modal popup box
Posted: 09 Jan 2010, 22:38
by Jan
Hi, you can set the delay in parameters or modify the javascript code.
Jan
Re: Slideshow Transitions in Modal popup box
Posted: 09 Jan 2010, 23:02
by abhijack
Hi Jan,
Thanks for your reply...
I had already set the delay to 3 seconds. So each image is staying for 3 sec. My problem is when the image fades it is happening in few steps so that there is some merging between consecutive images.
I wanted to avoid the merging. I want a traditional slideshow where one image disappear suddenly to be followed by the next.
In parameters the current settings for slideshow I have set is:
Slideshow delay: 3 sec
Slideshow pause: No
Slideshow random:No
Display button: Yes
Is there anything I should change in the parameter?
In javascript can you advise which file deals with that? And also which function?
Please help........
Re: Slideshow Transitions in Modal popup box
Posted: 11 Jan 2010, 03:50
by abhijack

I have resolved it.....
Re: Slideshow Transitions in Modal popup box
Posted: 12 Jan 2010, 21:10
by Ronny
abhijack wrote:
I have resolved it.....
Great!

Could be interesting for others if you tell how you've solved it...
Regards,
Ronny
Re: Slideshow Transitions in Modal popup box
Posted: 13 Jan 2010, 23:40
by abhijack
Go to ..... components\com_phocagallery\views\detail\tmpl\default_slideshowjs.php
In line 62 change obj.degree+=10 to
obj.degree+=100
It work for me......
