tsParticles - v4.0.0-beta.12
    Preparing search index...
    interface IBranchesPathOptions {
        branchChance?: number;
        inertia?: IBranchesInertiaOptions;
        maxAngle?: number;
        segmentLength: number;
        speedVariation?: number;
    }
    Index

    Properties

    branchChance?: number

    Probability [0..1] of a sharp branch

    Inertia configuration

    maxAngle?: number

    Max angle deviation in radians

    segmentLength: number

    Length of each segment in pixels

    speedVariation?: number

    Random speed multiplier