Okay
  Public Ticket #1162707
Time management of the message of the slider video
Closed

Comments

  •  2
    babilonik started the conversation

    Helooo,

    How can I adjust the time (seconds) of the message of the slider video in the homepage?

    Thanx

  •  2,010
    Ocean replied

    Hello,

    You easey change time (seconds) for slider text on home video:

    1, Read more: http://www.jqueryscript.net/rotator/Simple-jQuery-Text-Rotator-with-Flip-Effect-flippy.html

    2, In folder wp-content/themes/ananke/js/template.js

    Open template.js file and find line code: //Home Text Rotator

    // time (seconds) between flipps
    interval: 4,
    // speed (ms) of animations
    speed: 500,
    
    //Home Text Rotator
        $('.flippy ul').flippy({
            interval: 4,
            speed: 500,
            stop: false,
            distance: "100px"
        });
    

    Thank you