Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotate is not working? #530

Open
GarrisonCool1 opened this issue May 1, 2024 · 0 comments
Open

Rotate is not working? #530

GarrisonCool1 opened this issue May 1, 2024 · 0 comments

Comments

@GarrisonCool1
Copy link

GarrisonCool1 commented May 1, 2024

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, } } });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant