You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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, } } });
The text was updated successfully, but these errors were encountered: