Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #413031

    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 ?

    #413229

    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

    #413663

    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?

    #414663

    Hi!

    Try changing line 3885 in the /enfold/js/shortcodes.js file.

    transitionSpeed:900,
    

    The 900 value is in milliseconds.

    Best regards,
    Elliott

    #416964

    works perfect!
    thanks alot!

    #417534

    Hi!

    Great, glad we could help :)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.