Comments photoMaldives started the conversationSeptember 2, 2020 at 9:47amHi SupportIs 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,973Support repliedSeptember 3, 2020 at 3:12pmHi, 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 imagehttps://developer.mozilla.org/en-US/docs/Web/CSS/animationThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyphotoMaldives repliedSeptember 3, 2020 at 4:40pmThanks ... 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). Sign in to reply ...
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.
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
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).