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

Scrolling text direction enhancment #3322

Closed
dosipod opened this issue Aug 15, 2023 · 9 comments · Fixed by #3311
Closed

Scrolling text direction enhancment #3322

dosipod opened this issue Aug 15, 2023 · 9 comments · Fixed by #3311

Comments

@dosipod
Copy link
Contributor

dosipod commented Aug 15, 2023

At the moment Scrolling text direction is from right to left , this feature request is to add correct movement from left to right and also vertical movement .
As you see in the video if reverse is selected in segment then movement will change from left to right but the fonts is reversed

text_direction

Also vertical movement at the moment is as listed in the video ( I assume the request for vertical is for small text that does not scroll )

text_direction-up-down

I have kept Feature request similar to the original post in discord found here ( i am only posting on their behave )
https://discord.com/channels/473448917040758787/473448917543944193/1140772522867052596

@blazoncek
Copy link
Collaborator

Already done. Will be available shortly.

@Havenview
Copy link

Havenview commented Aug 15, 2023

For clarification I envisaged the vertical movement up and down to be on horizontal text .
eg with text such as
vvv Way Out vvv
or
^^^ Way Out ^^^

Appreciate this relies on the text length to be smaller than the display length to make visible sense

@blazoncek
Copy link
Collaborator

How do you propose this to be available from UI?
I already replaced leading 0 checkmark with scrolling direction checkmark and used 3rd custom slider for letter rotation.

@Havenview
Copy link

You could have the speed slider have a midpoint eg would range -128 to +127 with +ve being to the left and -ve to the right
is it possible to use a second slider for up down and altering one axis resets the other to zero?

@blazoncek
Copy link
Collaborator

You could have the speed slider have a midpoint eg would range -128 to +127 with +ve being to the left and -ve to the right is it possible to use a second slider for up down and altering one axis resets the other to zero?

That would break existing functionality. I would like to avoid that.
Second slider (intensity) is used for Y offset. It cannot be used for vertical scrolling as there is no persistent variable accompanying it. But this gave me an idea and I'll look into it.

@Havenview
Copy link

I should have used the term "another slider" instead of "second slider"

Currently:
Screenshot_20230816-084901.png

As a suggestion add a 5th slider for the y speed?

@blazoncek
Copy link
Collaborator

5th slider is used for character rotation so you can create vertically scrolling text.

@Havenview
Copy link

Assume that's in a beta version?
I was using segment transpose for vertical scroll

@dosipod
Copy link
Contributor Author

dosipod commented Aug 19, 2023

text_fx_bleding

@blazoncek blazoncek linked a pull request Aug 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants