Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous text/ initial start position? #6

Open
tigger04 opened this issue Dec 4, 2021 · 1 comment
Open

Continuous text/ initial start position? #6

tigger04 opened this issue Dec 4, 2021 · 1 comment

Comments

@tigger04
Copy link

tigger04 commented Dec 4, 2021

Love this plugin, it's exactly what I'm looking for. I've got 4 tickers stacked, I have the duration set to 20000 as I"m looking for a very very slow ticker.

Here's the problem, with it sliding in from the right, it takes about a minute to reach:

image

Of course, it's an extremely slow ticker. But I would like it to start from the position left aligned and slide from there, e.g.

image

also, when the text ends, you get a long blank period before the text repeats. Any way of reducing this gap to zero so that the text is continuous?

I'm happy to roll up my sleeves and have a go at updating the code if you can give me some pointers and I could submit a PR.

One other thing FYI I am occasionally getting some flickering and data cut off with long text - this one counts from item 1 to item 100:

image

@stonko1994
Copy link

Hey @tigger04,

I basically added support for this in #4

The usage would look like this:

Marquee {
    Text(...)
}
.marqueeDelay(20_000)
.marqueeBoundary(.inner)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants