VincentGarreau / particles.js

A lightweight JavaScript library for creating particles

Home Page:https://vincentgarreau.com/particles.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable interactivity

jcubic opened this issue · comments

I want to create a static image without animation. But the interactivity is still there even if I use an empty object.

    interactivity: {
        "events": {
            "onhover": {
                "enable": false
            },
            "onclick": {
                "enable": false
            }
        }
    }