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

Typing Text Effect not typing sequentially when using an effect tag #615

Open
JordanKarp opened this issue Jul 5, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@JordanKarp
Copy link
Contributor

JordanKarp commented Jul 5, 2024

Describe the bug
Typing text effect using tags will type each line immediately rather than sequentially

To Reproduce
Create a UIText Box with a lot of text, a multi-line section of it surrounded by the <effect id=typing> ..... </effect> and later activate the typing text affect with .set_active_effect(TEXT_EFFECT_TYPING_APPEAR, effect_tag="typing")

Expected behaviour
There are two ways to create the typing text effect, one on the entire element, and one on a tagged section within the UITextBox. The entire element way treats multi-line text correctly, tying out the first line of text, then the following line, etc. The tagged chunk method treats multi-line text incorrectly, typing out each line immediately. As per the discussion in Discord, this is not the intended behavior

@JordanKarp JordanKarp added the bug Something isn't working label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant