I created a marquee scroll for both lines, but can’t seem to figure out how to get them to go in opposite directions.
When I switch to a new animation for one of the lines, it changes it for both of them and they’re both doing the same thing.
I also added a hover interaction, but can’t get the same effect as the example. I’m trying to get the effect where you hover over one, it stops the scroll and dulls out the rest of the options.
As far as I know, there isn’t a native way to stop a looping animation on hover, so you will need some custom code.
For the change in color, it’s enough to reduce to about 50% the opacity of the elements that aren’t focused, while keeping the opacity of the trigger element at 100%. You can do it by applying an hover interaction to the entire class “marquee link”.
Hello Luca, please I am caught up in a similar situation, I need the infinite marquee to stop once mouse hover in. Please how can I get this done? Thanks.