MarcUK1603 Posted December 29, 2023 Share Posted December 29, 2023 Hi all, I've been searching high and low but have drawn a blank so far. Does anyone have any input they can share on how to create vertical scrolling text, similar to what can be seen on this website - 4th section on homepage that's scrolling alongside 'Our Expertise'...? https://latch.agency/ Any insight gratefully received. Thanks Marc Link to comment
cherylr Posted January 24 Share Posted January 24 I am also hoping to do something with this exact type of scrolling text. Wondering if anyone has any idea about how to accomplish this? Thanks so much! Link to comment
tuanphan Posted January 28 Share Posted January 28 You can use a Code Block with this code <marquee direction="up"> <div> <div> one </div> <div> two </div> <div> three </div> <div> four </div> </div> </marquee> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
MarcUK1603 Posted January 28 Author Share Posted January 28 Thanks for the reply Tuanphan. I'll give this a try. Best, M Link to comment
dragoslazarin Posted June 11 Share Posted June 11 Is there a way to make the animation smoother? Link to comment
tuanphan Posted June 13 Share Posted June 13 On 6/11/2024 at 5:00 PM, dragoslazarin said: Is there a way to make the animation smoother? Change this line <marquee direction="up"> to <marquee direction="up" scrollamount="1"> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment