Page 1 of 1
Re: (Firefox) new HTML5 update kills fading effect
Posted: 03 Jul 2009, 17:37
by Jan
Hi, yes, as I am using the FF3.5 too, I know this problem. I am waiting if there will be some changes in slideshow javascript.
maybe there :
http://www.dynamicdrive.com/ will be some news about this problem
Jan
Re: (Firefox) new HTML5 update kills fading effect
Posted: 07 Jul 2009, 15:30
by magicone
I solved this bug.
I added a option of "opacity:10;" to end line of effect.
and correct transition from to of all images.
Replace in file "\plugins\content\phocagalleryslideshow.js" line 56 e 57 with this:
Code: Select all
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
contentdiv.innerHTML='<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;left:0;right:0;overflow:auto;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:110%;height:'+fadeheight+'px;top:150;right:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;-khtml-opacity:10;opacity:10;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:110%;height:'+fadeheight+'px;top:150;right:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;-khtml-opacity:10;opacity:10;background-color:'+fadebgcolor+'"></div></div>';
Re: (Firefox) new HTML5 update kills fading effect
Posted: 10 Jul 2009, 15:00
by Jan
Great, please let me know where exactly did you add the opacity: 10.
Jan