-
Notifications
You must be signed in to change notification settings - Fork 14
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
Code breaks on a high type-pausing #2
Comments
@CvdL-UM I'll assign this to myself and try to get to this soon. Thanks for calling this out! |
@CvdL-UM My apologies for the delay here… I tried the example you supplied, and it appears to work for me: @include typed("String1", "String2", "String3<[100]>") Does this exact example not work for you? |
Hey @brandonmcconnell, I should have been clearer in my initial description! <100> works fine, but if I up it to <150> for example, things start to break down |
@CvdL-UM I intend to look into this in the next month. I'm pretty swamped with other work at the moment. If you have an idea of what the problem/fix might be, feel free to let me know or even open a PR to speed up the process. 🙂 |
@brandonmcconnell
Here's the console output from the compiler... It doesn't really say much though.
|
I want to animate three strings and display the last string for a long time before re-looping. The code I currently use is:
@include typed("String1", "String2", "String3<[100]>")
Problem is that I want to display the last string even longer, but as soon as I start using longer type-pausing (for example <[150]>), save the code, reload the page, the page gets stuck on reloading. If I change the type-pausing back to 100 and reload, the page works again as before.
The text was updated successfully, but these errors were encountered: