EvodiaAut / vue-marquee-text-component

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

have some advice #30

Closed NoSugarCoffee closed 3 years ago

NoSugarCoffee commented 3 years ago

I tried this component. it works normally, but why the text start rolling on the left of screen rather than right when use the default reverse props.

The means like following:

now status: .................................. this is text ..................................

why not do like this ? ..................................               this is te ..................................

Thanks

EvodiaAut commented 3 years ago

Hi @NoSugarCoffee,

you could try to use a placeholder in front of the text?

NoSugarCoffee commented 3 years ago

I know that , but a little trick.

Thanks for your response.