Text on svg path scroll animation

Hi guys, can anyone help with a line of js code?
I am useing this textPath effect https://webflow.com/website/svg-path and it works perfectly with one text, but if I am trying to duplicate the path text, to have 2 different texts the second one doesn’t work. It puts on the svg path but doesn’t do animation on scroll. It seems that js code can’t pick the second text with the code:

You could try to change the [ path id=“curve” ] and the [ id=“text-path”> ] in one of the HTML embeds. Solved my problem last time :slight_smile:

Hi @Stefan001, thanks for replying man,

I tried different ids for both, but it seems that this code inside the Home page body that makes that scrolling doesn’t work for both.

https://preview.webflow.com/preview/sets-spectacular-project?utm_medium=preview_link&utm_source=designer&utm_content=sets-spectacular-project&preview=dfb3c8da5c6d06a0e516f087863fb7b8&mode=preview

Here is also a live version with codepene