tie
tsparticles-interaction-external-grab
npm i tsparticles-interaction-external-grab
tie

tsparticles-interaction-external-grab

tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.

by Matteo Bruni

2.9.3 (see all)License:MITTypeScript:Built-In
npm i tsparticles-interaction-external-grab
Readme

banner

tsParticles External Grab Interaction

jsDelivr npmjs npmjs GitHub Sponsors

tsParticles interaction plugin for grab effect around mouse or HTML elements.

How to use it

CDN / Vanilla JS / jQuery

The CDN/Vanilla version JS has one required file in vanilla configuration:

Including the tsparticles.interaction.external.grab.min.js file will export the function to load the interaction plugin:

loadExternalGrabInteraction;

Usage

Once the scripts are loaded you can set up tsParticles and the interaction plugin like this:

loadExternalGrabInteraction(tsParticles);

tsParticles.load("tsparticles", {
  /* options */
});

ESM / CommonJS

This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this:

$ npm install tsparticles-interaction-external-grab

or

$ yarn add tsparticles-interaction-external-grab

Then you need to import it in the app, like this:

const { tsParticles } = require("tsparticles-engine");
const { loadExternalGrabInteraction } = require("tsparticles-interaction-external-grab");

loadExternalGrabInteraction(tsParticles);

or

import { tsParticles } from "tsparticles-engine";
import { loadExternalGrabInteraction } from "tsparticles-interaction-external-grab";

loadExternalGrabInteraction(tsParticles);
VersionTagPublished
2.9.3
latest
1mo ago
2.0.4
next
1yr ago
2.0.0-beta.5
beta
1yr ago
2.0.0-alpha.7
alpha
2yrs ago
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate