-
Notifications
You must be signed in to change notification settings - Fork 30
Closed as not planned
Labels
Description
Describe the bug
when reverse is set to true, the text instead of lopping it then just stops when the loop completes and starts over, however this is not the same case with 'normal'.
To Reproduce
Steps to reproduce the behavior:
<Vue3Marquee :duration="7" :direction="dir == 'rtl' ? 'reverse' : 'normal'">
This is English text but it is gonna be in arabic sometime
</Vue3Marquee>Expected behavior
Should work exactly as normal but in reverse.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Debian 12
- Browser FireFox
- Version 122.0.1
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.