Skip to content

reverse is not doing great #295

@pmnzt

Description

@pmnzt

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions