Okay
  Public Ticket #2526027
MARQUEE - scroll speeds
Closed

Comments

  • photoMaldives started the conversation

    Hi Support

    Is there a way to adjust the speed of the scrolling marquees, both the Colega block and the one that appears behind the Next Project image?

    It would also be great if you could add some custom options to the marquee block - colors, speed, etc.

    Thanks.

  •  1,810
    Support replied

    Hi, try changing the value in seconds

    .preloader-marquee {
        animation: content-marquee 15s infinite linear;
        
    }

    for the preloader

    .next-title-marquee {
        animation: marquee 15s infinite linear;
    }

    for the next project image

    https://developer.mozilla.org/en-US/docs/Web/CSS/animation

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • photoMaldives replied

    Thanks ... perfect!

    And yes, I know some CSS, but for the marquees it was tricky to locate the correct classes (I will look in your stylesheet next time).