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
Slideshow Transitions in Modal popup box
-
abhijack
- Phoca Member

- Posts: 20
- Joined: 19 Dec 2009, 20:48
Slideshow Transitions in Modal popup box
Last edited by abhijack on 13 Jan 2010, 23:41, edited 1 time in total.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slideshow Transitions in Modal popup box
Hi, you can set the delay in parameters or modify the javascript code.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
abhijack
- Phoca Member

- Posts: 20
- Joined: 19 Dec 2009, 20:48
Re: Slideshow Transitions in Modal popup box
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........
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........
-
abhijack
- Phoca Member

- Posts: 20
- Joined: 19 Dec 2009, 20:48
Re: Slideshow Transitions in Modal popup box
-
Ronny
- Phoca Professional

- Posts: 211
- Joined: 03 Nov 2009, 20:31
- Location: Germany
- Contact:
Re: Slideshow Transitions in Modal popup box
Great!abhijack wrote:I have resolved it.....
Regards,
Ronny
-
abhijack
- Phoca Member

- Posts: 20
- Joined: 19 Dec 2009, 20:48
Re: Slideshow Transitions in Modal popup box
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......
In line 62 change obj.degree+=10 to obj.degree+=100
It work for me......