Skip to content

Rotate is not working? #530

@GarrisonCool1

Description

@GarrisonCool1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions