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

Animated connections #235

Open
CRY-D opened this issue Jan 2, 2024 · 0 comments
Open

Animated connections #235

CRY-D opened this issue Jan 2, 2024 · 0 comments

Comments

@CRY-D
Copy link

CRY-D commented Jan 2, 2024

If you want to add a simple animated connection similar to the one shown above, you can use the following CSS snippet

Screenshot_20240102_145422

.Connection_svg__-fKLY {
      stroke-dasharray:5;
      animation: dashdraw .5s linear infinite;
}
@keyframes dashdraw {
    0% { stroke-dashoffset: 10   }
 }
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