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

fix: connect animation persisting #7365

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

BeksOmega
Copy link
Collaborator

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Fixes #7241

Proposed Changes

Changes the connect animations to use animation elements instead of animating manually using timeouts.

Reason for Changes

Consistency! Unlikely to be interupted and cause errors.

Test Coverage

Manually tested and couldn't reproduce the original issue.

Documentation

N/A

Additional Information

Based on #7242

@BeksOmega BeksOmega requested a review from a team as a code owner August 8, 2023 22:55
@BeksOmega BeksOmega requested a review from cpcallen August 8, 2023 22:55
@github-actions github-actions bot added the PR: fix Fixes a bug label Aug 8, 2023
Copy link
Contributor

@cpcallen cpcallen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually tested and couldn't reproduce the original issue.

I wasn't able to reproduce it even with the existing code. 🤔

If you can't either then we should check with @Plomging that your version of this PR does fix it for them.

@BeksOmega
Copy link
Collaborator Author

Manually tested and couldn't reproduce the original issue.

I wasn't able to reproduce it even with the existing code. 🤔

If you can't either then we should check with @Plomging that your version of this PR does fix it for them.

I was able to reproduce it! It required some very rapid clicking :P

@BeksOmega BeksOmega merged commit 80b1b44 into google:develop Aug 9, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug circle connection animation persistence
2 participants