How can I change the scroll direction of a mock marquee?

I have this code for a mock marquee. But I need to change the direct of scroll. How can I do this?


TEST

Hello @xnyjyh ,

To change the direction of the scroll in your mock marquee,

you can adjust the configuration of the nodeMarquee function. By default, it scrolls from right to left.

To change it to scroll from left to right, you can set the direction property to right.


  

    TEST
  

By adding the direction: ‘right’ property to the nodeMarquee configuration, the scrolling direction should change accordingly.

unfortunately, it does not work.

also tried and does not work :rtl