Hey at all,
facing a little an simple Problem i guess.
I want to change the rotation duration of a simple slideshow.
the minimum i can set is 2 Seconds. But i need to set at least half a second. (need a realy quick change of slides)
Is this even possible ?
Hi Maik!
Change line 256 in /enfold/config-templatebuilder/avia-shortcodes/slideshow.php to this.
array('0.5'=>'0.5','1'=>'1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7','8'=>'8','9'=>'9','10'=>'10','15'=>'15','20'=>'20','30'=>'30','40'=>'40','60'=>'60','100'=>'100')),
Best regards,
Elliott
Hi Elliot,
Works well! Just perfekt ;)
But now i got an additional question: is it might possible to deactivate the transition effect (now it is fade), or change the the speed of the transition effect fade as well?
Hi!
Try changing line 3885 in the /enfold/js/shortcodes.js file.
transitionSpeed:900,
The 900 value is in milliseconds.
Best regards,
Elliott
works perfect!
thanks alot!