UNPKG

tsparticles

Version:

Porting of the abandoned Vincent Garreau's particles.js, converted in TypeScript. Added many new cool features and various bug fixes.

9 lines (8 loc) 277 B
export var OutMode; (function (OutMode) { OutMode["bounce"] = "bounce"; OutMode["bounceHorizontal"] = "bounce-horizontal"; OutMode["bounceVertical"] = "bounce-vertical"; OutMode["out"] = "out"; OutMode["destroy"] = "destroy"; })(OutMode || (OutMode = {}));