tsParticles - v0.0.0
    Preparing search index...

    Particles Rotate

    key option type example notes
    direction string "clockwise / counter-clockwise" / "random"
    path boolean true / false
    value number / range 0 / { min: 90, max: 270 } angle in degrees
    animation.enable boolean true / false
    animation.speed number 5 Rate at which a particle turns expressed in degrees per second
    animation.sync boolean true / false When sync is toggled true, particles generated will rotate in
    time with each other for their entire duration. However, when sync is
    toggled false, particles generated begin turning at the set speed from
    their time of appearance, but independently of one another.