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

Animate color changes on node text #2966

Closed
s9ferech opened this issue May 17, 2021 · 0 comments
Closed

Animate color changes on node text #2966

s9ferech opened this issue May 17, 2021 · 0 comments

Comments

@s9ferech
Copy link
Contributor

Summary

When entering or leaving profiling mode (implemented in PR enso-org/ide#1546), the text on nodes changes between a neutral color and colorful syntax highlighting. This change should be animated, but we currently do it instantly, from one frame to another, because every change to the text color is very expensive due to issue #2622.

Value

The transition will look smooth and will be in sync with other elements.

Specification

Every change to a node's text color should be animated smoothly using ensogl::data::color::Animation.

Acceptance Criteria & Test Cases

@mwu-tow mwu-tow transferred this issue from enso-org/ide Oct 28, 2021
@wdanilo wdanilo closed this as completed Apr 14, 2022
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

2 participants