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

    Bounce data interface for out mode handling

    interface IBounceData {
        bounds: IBounds;
        canvasSize: IDimension;
        direction: OutModeDirection;
        offset: ICoordinates;
        outMode: OutMode | "bounce" | "none" | "out" | "destroy" | "split";
        particle: Particle;
        size: number;
    }
    Index

    Properties

    bounds: IBounds

    Particle bounds

    canvasSize: IDimension

    Canvas dimensions

    direction: OutModeDirection

    Out mode direction

    offset: ICoordinates

    Position offset

    outMode: OutMode | "bounce" | "none" | "out" | "destroy" | "split"

    Out mode type

    particle: Particle

    The particle

    size: number

    Particle size