Search found 4 matches

Go to advanced search

by swess
Tue Oct 31, 2017 8:07 am
Forum: Highslide JS Usage
Topic: different hs.expandDuration for picture and for slideshow
Replies: 6
Views: 7418
 
Jump to post

Re: different hs.expandDuration for picture and for slidesho

Great Job! Thank you! It's work beautiful!
by swess
Mon Oct 30, 2017 10:37 pm
Forum: Highslide JS Usage
Topic: different hs.expandDuration for picture and for slideshow
Replies: 6
Views: 7418
 
Jump to post

Re: different hs.expandDuration for picture and for slidesho

In general, I initially needed only expandDuration, but if you know how to change restoreDuration it is doubly remarkable. I would like to see how you changed the source
by swess
Mon Oct 30, 2017 9:39 pm
Forum: Highslide JS Usage
Topic: different hs.expandDuration for picture and for slideshow
Replies: 6
Views: 7418
 
Jump to post

Re: different hs.expandDuration for picture and for slidesho

it's very strange - are you sure that this is definitely impossible to change? maybe there are some non-obvious ways?
for example, something

Code: Select all

if (hs.addSlideshow) {
this.expandDuration = 250;
}

OR
var config1 = {
	expandDuration: 1000,
};
Well, at least something? at least some option?
by swess
Mon Oct 30, 2017 3:50 pm
Forum: Highslide JS Usage
Topic: different hs.expandDuration for picture and for slideshow
Replies: 6
Views: 7418
 
Jump to post

different hs.expandDuration for picture and for slideshow

I have two objects on one page - it's a slideshow and just a picture How to make different expandDuration for picture and for slideshow? hs.expandDuration = 1000; // work for the picture hs.addSlideshow({ slideshowGroup: 'group1', interval: 5000, repeat: true, expandDuration: 20, //don't work for sl...

Go to advanced search