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

More precise editor animation highlights #543

Open
amyjko opened this issue Jul 26, 2024 · 0 comments
Open

More precise editor animation highlights #543

amyjko opened this issue Jul 26, 2024 · 0 comments
Labels
defect Something isn't working as intended or a design isn't serving our stakeholders editor Anything related to editing code
Milestone

Comments

@amyjko
Copy link
Collaborator

amyjko commented Jul 26, 2024

What happened?

The editor currently highlights animation sequences that are actively running. For example, for this program:

Phrase('hi' entering: Sequence({ 0%: Pose(opacity: 0.0) 100%: Pose(opacity 1)})))

The expression Sequence(sway()) is highlighted.

But these would not be highlighted:

Phrase('hi' entering: Sequence(sway())

This is because there's no map shown.

And this is highlighted, even though there's no actual animation:

Phrase('hi' entering: Sequence({ 0%: Pose()})

The highlighting should be more precise to reflect the animation behavior of the output.

Anything else?

No response

What browsers are you seeing the problem on?

Firefox, Chrome, Safari, Microsoft Edge

What operating system are you using?

Windows, macOS

@amyjko amyjko added defect Something isn't working as intended or a design isn't serving our stakeholders editor Anything related to editing code needs triage The product lead has yet to triage the issue labels Jul 26, 2024
@amyjko amyjko added this to the 1.0 milestone Jul 26, 2024
@amyjko amyjko removed the needs triage The product lead has yet to triage the issue label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working as intended or a design isn't serving our stakeholders editor Anything related to editing code
Projects
Status: Backlog
Development

No branches or pull requests

1 participant