VincentGarreau / particles.js

A lightweight JavaScript library for creating particles
https://vincentgarreau.com/particles.js/
MIT License
28.66k stars 4.81k forks source link

Rotate is not working? #530

Open GarrisonCool1 opened 2 months ago

GarrisonCool1 commented 2 months ago

I don't know if this is a bug or not (maybe I just suck at javascript), but why are these not rotating? If its not a bug, could someone tell me why this isn't working? My code:

particlesJS('particles-js', { "particles": { "number": { "value": 10, }, "color": { "value": "#000000" }, "shape": { "type": "star", }, // Why is this not working? "rotate": { "random": true, "direction": "clockwise", "speed": 20 }, "move": { "speed": 1, "direction": "bottom", "straight": true, } } });