Parsing Error: Unexpected Token }

Hi, I’m new to Wix and coding. I wanted to add a horizontal scroll text to my site.
I referenced this YT video called “How to Add Scrolling Text to Your Wix Site” (I wanted to post the link but I’m not allowed to do so)

I pretty much just copied the exact code but I am getting a Parsing Error.

Here is my code:

Any help is appreciated, and thanks in advance :slight_smile:

Everytime when you open → ( ) <— you also have to close it !
Everytime when you open → { } <— you also have to close it !
Everytime when you open → [ ] <— you also have to close it !

Your last ----> } <---- is marked in RED!

What is missing? —> maybe a → )
And always close your coding-lines with → ;

So your solution on your last code-line would be??? → RIGHT!!! —> } ) ;

It worked!!! Thanks so much :slight_smile: