megasanjay / vue3-marquee

A simple marquee component with ZERO dependencies for Vue 3.
vue3-marquee.vercel.app
MIT License
481 stars 17 forks source link

font bold #333

Open Gavin-vue opened 1 week ago

Gavin-vue commented 1 week ago

When the element scrolls, the mouse hover to the first element, the font of the element will be thicker?

megasanjay commented 6 days ago

Could you show an example of the issue you are facing? You can use codesandbox or stackblitz to reproduce the issue.

HDP2017 commented 5 days ago

I also encountered this problem. In my example, if you hover the mouse over "why why why why?", which is the first element, and then leave it, the font becomes bold.

There is my example https://stackblitz.com/edit/vitejs-vite-zadamu?file=src%2Fcomponents%2FHelloWorld.vue

HDP2017 commented 5 days ago

Could you show an example of the issue you are facing? You can use codesandbox or stackblitz to reproduce the issue.

Please take a look at my example

Gavin-vue commented 5 days ago

we need to hover the first element (not others), the element will be thicker.