Skip to content

Animated connections #235

@CRY-D

Description

@CRY-D

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   }
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions