EvodiaAut / vue-marquee-text-component

[CSS GPU Animation] Marquee Text for vuejs
https://evodiaaut.github.io/vue-marquee-text-component/
MIT License
471 stars 45 forks source link

Marquee 2.0.1 stopped running on Vue 3.2.33/Node 16.14.2 #51

Closed mickey58github closed 2 years ago

mickey58github commented 2 years ago

I recently upgraded to the mentioned newest Vue 3 and Node level, and marquee stopped running. It shows the text , but is paused even with paused prop absent or set to true. Means the text is displayed, but not moved from right to left. No errors in logs.

EvodiaAut commented 2 years ago

@mickey58github

I have just tested it with the version vue@3.2.33. It runs without problems, unfortunately I don't notice anything?

mickey58github commented 2 years ago

hmm, in my case it is embedded in a larger application, so I don't have a simpler testcase. It doesn't show any errors in the log, the text is just paused since the upgrade. As a workaround, I replaced it by https://github.com/megasanjay/vue3-marquee which works on my Vue 3/Node combination. It is a very strange error, maybe related to my setup, not the component itself.

EvodiaAut commented 2 years ago

@mickey58github okay then I will close the ticket. All the best.

mickey58github commented 2 years ago

@EvodiaAut - yes, right now I see no other option. Thanks for your help.