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

    Particle roll animation data

    interface IParticleRoll {
        alter?: { type: AlterType; value: number };
        angle: number;
        enable: boolean;
        horizontal: boolean;
        speed: number;
        vertical: boolean;
    }
    Index

    Properties

    alter?: { type: AlterType; value: number }

    Roll color alteration configuration

    angle: number

    Current roll angle

    enable: boolean

    Enables or disables the roll animation

    horizontal: boolean

    Enables horizontal roll

    speed: number

    Roll animation speed

    vertical: boolean

    Enables vertical roll