Skip to content

Behaviour change in the "Snowflake" animation #1248

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

Open
sjn opened this issue Mar 20, 2025 · 2 comments
Open

Behaviour change in the "Snowflake" animation #1248

sjn opened this issue Mar 20, 2025 · 2 comments

Comments

@sjn
Copy link

sjn commented Mar 20, 2025

Hei!

In the "old" app, the "Snowflake" animation had a really neat behavior which seems to have been removed in the new version. This is easiest to see by setting the animation speed to max, and doing the following steps:

  1. Add enough text so that it "overflows" (meaning it requires more than one display cycle to show it all
  2. Make sure that the text contains at least a few spaces at the "right side" of the first screen, so that there are no characters that are rendered partly.
  3. Enable "snowflake"

e.g. input

test- test

With the old app, the text would render like this (one "screenful" per line)

testX
test

With the new app, it renders like this:

testX
 test

In the old app, this would create the illusion that the letter X was "blinking", since the second rendering always made sure the content started a the leftmost pixel of the screen.

In the new app, the content isn't moved to the left any more, so the illusion breaks - the whole text bounces left and right, instead of just one character appearing and disappearing.

I hope this makes sense....

Could we get the old behavior back? 😁

@sjn
Copy link
Author

sjn commented Mar 27, 2025

does this make any sense?

@sjn
Copy link
Author

sjn commented Mar 29, 2025

MOV_0207.2.mp4

(this is how it looks when using the old app)

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

1 participant