Particles.js: Interaction through the Text Layer

Created on 12 Jan 2016  路  3Comments  路  Source: VincentGarreau/particles.js

I am using the plugin for a full background where i have certain interactions. But when i trying to add a text layer on the top i am not able to have the interactions over the div containing the text.

Is there any way to get this to work with text over the canvas?

Demo Link

All 3 comments

Hey @harshamv, try to set this:

particlesJS("particles-js", {
  "interactivity": {
    "detect_on": "window", // "canvas" or "window"
  }
});

@VincentGarreau changed the z-index to achieve the best possible.

Will try this option as well and let you know :)

Same issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

khamarzama picture khamarzama  路  5Comments

hugo-pcq picture hugo-pcq  路  4Comments

Necmttn picture Necmttn  路  6Comments

qnoox picture qnoox  路  6Comments

emilwibe picture emilwibe  路  4Comments