tsParticles - v4.0.0-beta.12
    Preparing search index...

    Link data between two particles

    interface ILink {
        color?: IRgb;
        destination: LinkParticle;
        isWarped?: boolean;
        opacity: number;
    }
    Index

    Properties

    color?: IRgb

    Link line color

    destination: LinkParticle

    Destination particle

    isWarped?: boolean

    Whether the link crosses the canvas boundaries

    opacity: number

    Link line opacity