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

    Particles Bounce

    Controls how strongly particles bounce on horizontal and vertical axes after collisions.

    Key Type Example Notes
    horizontal.value number / range 50 / { min: 30, max: 50 } Horizontal bounce factor
    vertical.value number / range 50 / { min: 30, max: 50 } Vertical bounce factor
    {
    "bounce": {
    "horizontal": {
    "value": 50
    },
    "vertical": {
    "value": 50
    }
    }
    }
    {
    "bounce": {
    "horizontal": {
    "value": { "min": 40, "max": 60 }
    },
    "vertical": {
    "value": 20
    }
    }
    }