Hi, I've chosen "fade" transition for Highslide pop-up. I'd like to extend the duration time of this transition. How can I do ? is it possibile ? I'd like it runs more smoothly (not so quickly as it appears now). I want to change the time during the transition not that of the image!
This is my website where you can see how it appears now.
http://www.vincenzodinuzzo.altervista.o ... Itemid=158
I use it in my joomla 1.5- This is my CSS Highslide pop up. What can I add/change to get what I want?
hs.graphicsDir = \''.$popupPath.'/graphics/\';
hs.align = \'center\';
hs.transitions = [\'expand\', \'fade\'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.wrapperClassName = \'borderless floating-caption\';
hs.captionEval = \'this.a.title\';
hs.marginLeft = 100; // make room for the thumbstrip
hs.marginBottom = 80 // make room for the controls and the floating caption
hs.numberPosition = \'caption\';
hs.lang.number = \'%1/%2\';
hs.showCredits = false;