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

(Suggestion) Max letters to show - Animation #479

Open
kaltinril opened this issue Jan 6, 2025 · 0 comments
Open

(Suggestion) Max letters to show - Animation #479

kaltinril opened this issue Jan 6, 2025 · 0 comments

Comments

@kaltinril
Copy link
Collaborator

I tried to make a textbox that would slowly show 1 letter at a time until it exposed the complete message. However, apparently "NULL" (Which you've defined to mean show all characters) can't be used as a valid end state in the way I was hoping.

Suggestion:
Make it so that the "NULL" (All letters) state can be interpolated to and from.

I.E. If I have the following sentence, it should have an effective value of 49
Hello Traveler! Thank you for coming to my shop!

I faked up an example using hard coded "49" value instead of the "NULL".

The main point is, I should not have to calculate the number of characters in the message, since the "NULL" already does that.
https://github.com/user-attachments/assets/38dbdbca-b97a-4fdb-b2a9-183b279b3440

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

No branches or pull requests

1 participant