tsparticles 1.39.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Core/Canvas.d.ts +1 -1
- package/Core/Canvas.js +27 -27
- package/Core/Container.d.ts +8 -6
- package/Core/Container.js +33 -18
- package/Core/Interfaces/Gradients.d.ts +2 -2
- package/Core/Interfaces/ICircleBouncer.d.ts +1 -1
- package/Core/Interfaces/IContainerPlugin.d.ts +4 -4
- package/Core/Interfaces/IExternalInteractor.d.ts +1 -1
- package/Core/Interfaces/IInteractor.d.ts +1 -1
- package/Core/Interfaces/IParticle.d.ts +8 -8
- package/Core/Interfaces/IParticleGradientAnimation.d.ts +1 -1
- package/Core/Interfaces/IParticleSpin.d.ts +1 -1
- package/Core/Interfaces/IParticlesInteractor.d.ts +2 -2
- package/Core/Interfaces/IPlugin.d.ts +1 -1
- package/Core/Loader.d.ts +13 -10
- package/Core/Loader.js +42 -26
- package/Core/Particle.d.ts +6 -4
- package/Core/Particle.js +47 -32
- package/Core/Particles.d.ts +6 -4
- package/Core/Particles.js +32 -17
- package/Core/Utils/Circle.d.ts +1 -1
- package/Core/Utils/CircleWarp.d.ts +1 -1
- package/Core/Utils/CircleWarp.js +1 -1
- package/Core/Utils/EventListeners.js +1 -1
- package/Core/Utils/ExternalInteractorBase.d.ts +1 -1
- package/Core/Utils/InteractionManager.d.ts +6 -4
- package/Core/Utils/InteractionManager.js +19 -3
- package/Core/Utils/ParticlesInteractorBase.d.ts +1 -1
- package/Core/Utils/ParticlesMover.d.ts +1 -1
- package/Core/Utils/Plugins.d.ts +30 -16
- package/Core/Utils/Plugins.js +58 -46
- package/Core/Utils/QuadTree.d.ts +3 -3
- package/Core/Utils/QuadTree.js +1 -1
- package/Core/Utils/Rectangle.d.ts +1 -1
- package/Core/Utils/Vector3d.d.ts +1 -1
- package/Interactions/External/Attract/Attractor.d.ts +1 -1
- package/Interactions/External/Attract/Attractor.js +1 -1
- package/Interactions/External/Attract/index.d.ts +1 -1
- package/Interactions/External/Attract/index.js +2 -2
- package/Interactions/External/Bounce/Bouncer.d.ts +1 -1
- package/Interactions/External/Bounce/Bouncer.js +1 -1
- package/Interactions/External/Bounce/index.d.ts +1 -1
- package/Interactions/External/Bounce/index.js +2 -2
- package/Interactions/External/Bubble/Bubbler.d.ts +1 -1
- package/Interactions/External/Bubble/Bubbler.js +1 -1
- package/Interactions/External/Bubble/index.d.ts +1 -1
- package/Interactions/External/Bubble/index.js +2 -2
- package/Interactions/External/Connect/Connector.js +1 -1
- package/Interactions/External/Connect/index.d.ts +1 -1
- package/Interactions/External/Connect/index.js +2 -2
- package/Interactions/External/Grab/Grabber.d.ts +1 -1
- package/Interactions/External/Grab/Grabber.js +1 -1
- package/Interactions/External/Grab/index.d.ts +1 -1
- package/Interactions/External/Grab/index.js +2 -2
- package/Interactions/External/Repulse/Repulser.d.ts +1 -1
- package/Interactions/External/Repulse/Repulser.js +1 -1
- package/Interactions/External/Repulse/index.d.ts +1 -1
- package/Interactions/External/Repulse/index.js +2 -2
- package/Interactions/External/Trail/TrailMaker.js +1 -1
- package/Interactions/External/Trail/index.d.ts +1 -1
- package/Interactions/External/Trail/index.js +2 -2
- package/Interactions/Particles/Attract/Attractor.js +1 -1
- package/Interactions/Particles/Attract/index.d.ts +1 -1
- package/Interactions/Particles/Attract/index.js +2 -2
- package/Interactions/Particles/Collisions/index.d.ts +1 -1
- package/Interactions/Particles/Collisions/index.js +2 -2
- package/Interactions/Particles/Links/LinkParticle.d.ts +1 -1
- package/Interactions/Particles/Links/Linker.d.ts +1 -1
- package/Interactions/Particles/Links/Linker.js +1 -1
- package/Interactions/Particles/Links/index.d.ts +1 -1
- package/Interactions/Particles/Links/index.js +4 -4
- package/Interactions/Particles/Links/interaction.d.ts +1 -1
- package/Interactions/Particles/Links/interaction.js +2 -2
- package/Interactions/Particles/Links/plugin.d.ts +1 -1
- package/Interactions/Particles/Links/plugin.js +2 -2
- package/Options/Classes/AnimatableColor.d.ts +3 -3
- package/Options/Classes/AnimatableColor.js +1 -1
- package/Options/Classes/AnimatableGradient.d.ts +6 -6
- package/Options/Classes/AnimationOptions.d.ts +2 -2
- package/Options/Classes/Background/Background.d.ts +2 -2
- package/Options/Classes/BackgroundMask/BackgroundMask.d.ts +2 -2
- package/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts +2 -2
- package/Options/Classes/ColorAnimation.d.ts +1 -1
- package/Options/Classes/HslAnimation.d.ts +2 -2
- package/Options/Classes/Interactivity/Events/ClickEvent.d.ts +2 -2
- package/Options/Classes/Interactivity/Events/DivEvent.d.ts +1 -1
- package/Options/Classes/Interactivity/Events/Events.d.ts +2 -2
- package/Options/Classes/Interactivity/Events/HoverEvent.d.ts +3 -3
- package/Options/Classes/Interactivity/Events/Parallax.d.ts +1 -1
- package/Options/Classes/Interactivity/Interactivity.d.ts +2 -2
- package/Options/Classes/Interactivity/Modes/Attract.d.ts +2 -2
- package/Options/Classes/Interactivity/Modes/Bubble.d.ts +2 -2
- package/Options/Classes/Interactivity/Modes/Bubble.js +1 -1
- package/Options/Classes/Interactivity/Modes/BubbleBase.d.ts +1 -1
- package/Options/Classes/Interactivity/Modes/BubbleDiv.d.ts +1 -1
- package/Options/Classes/Interactivity/Modes/Connect.d.ts +2 -2
- package/Options/Classes/Interactivity/Modes/ConnectLinks.d.ts +1 -1
- package/Options/Classes/Interactivity/Modes/Grab.d.ts +2 -2
- package/Options/Classes/Interactivity/Modes/GrabLinks.d.ts +2 -2
- package/Options/Classes/Interactivity/Modes/Light.d.ts +1 -1
- package/Options/Classes/Interactivity/Modes/Modes.d.ts +7 -7
- package/Options/Classes/Interactivity/Modes/Modes.js +4 -4
- package/Options/Classes/Interactivity/Modes/Push.d.ts +1 -1
- package/Options/Classes/Interactivity/Modes/Remove.d.ts +1 -1
- package/Options/Classes/Interactivity/Modes/Repulse.d.ts +3 -3
- package/Options/Classes/Interactivity/Modes/Repulse.js +1 -1
- package/Options/Classes/Interactivity/Modes/RepulseBase.d.ts +2 -2
- package/Options/Classes/Interactivity/Modes/RepulseDiv.d.ts +1 -1
- package/Options/Classes/Interactivity/Modes/Slow.d.ts +1 -1
- package/Options/Classes/Interactivity/Modes/Trail.d.ts +2 -2
- package/Options/Classes/ManualParticle.d.ts +2 -2
- package/Options/Classes/Motion/Motion.d.ts +1 -1
- package/Options/Classes/Options.d.ts +9 -8
- package/Options/Classes/Options.js +20 -13
- package/Options/Classes/OptionsColor.d.ts +2 -2
- package/Options/Classes/Particles/Bounce/Bounce.d.ts +1 -1
- package/Options/Classes/Particles/Collisions/Collisions.d.ts +4 -4
- package/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts +2 -2
- package/Options/Classes/Particles/Destroy/Destroy.d.ts +1 -1
- package/Options/Classes/Particles/Destroy/Split.d.ts +3 -3
- package/Options/Classes/Particles/Life/Life.d.ts +1 -1
- package/Options/Classes/Particles/Links/Links.d.ts +2 -2
- package/Options/Classes/Particles/Links/LinksShadow.d.ts +2 -2
- package/Options/Classes/Particles/Links/LinksTriangle.d.ts +1 -1
- package/Options/Classes/Particles/Move/Attract.d.ts +2 -2
- package/Options/Classes/Particles/Move/Move.d.ts +5 -5
- package/Options/Classes/Particles/Move/Move.js +3 -3
- package/Options/Classes/Particles/Move/OutModes.d.ts +2 -2
- package/Options/Classes/Particles/Move/Path/Path.d.ts +3 -3
- package/Options/Classes/Particles/Move/Spin.d.ts +3 -3
- package/Options/Classes/Particles/Move/Trail.d.ts +2 -2
- package/Options/Classes/Particles/Number/Density.d.ts +1 -1
- package/Options/Classes/Particles/Number/ParticlesNumber.d.ts +2 -2
- package/Options/Classes/Particles/Opacity/Opacity.d.ts +1 -1
- package/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts +3 -3
- package/Options/Classes/Particles/Orbit/Orbit.d.ts +5 -5
- package/Options/Classes/Particles/Orbit/Orbit.js +2 -2
- package/Options/Classes/Particles/Orbit/OrbitRotation.d.ts +1 -1
- package/Options/Classes/Particles/ParticlesOptions.d.ts +16 -16
- package/Options/Classes/Particles/ParticlesOptions.js +13 -13
- package/Options/Classes/Particles/Repulse/Repulse.d.ts +1 -1
- package/Options/Classes/Particles/Roll/Roll.d.ts +2 -2
- package/Options/Classes/Particles/Roll/RollLight.d.ts +1 -1
- package/Options/Classes/Particles/Rotate/Rotate.d.ts +3 -3
- package/Options/Classes/Particles/Rotate/RotateAnimation.d.ts +1 -1
- package/Options/Classes/Particles/Shadow.d.ts +3 -3
- package/Options/Classes/Particles/Shape/Shape.d.ts +5 -5
- package/Options/Classes/Particles/Size/Size.d.ts +2 -2
- package/Options/Classes/Particles/Size/SizeAnimation.d.ts +3 -3
- package/Options/Classes/Particles/Stroke.d.ts +2 -2
- package/Options/Classes/Particles/Tilt/Tilt.d.ts +3 -3
- package/Options/Classes/Particles/Tilt/TiltAnimation.d.ts +1 -1
- package/Options/Classes/Particles/Twinkle/Twinkle.d.ts +1 -1
- package/Options/Classes/Particles/Twinkle/TwinkleValues.d.ts +2 -2
- package/Options/Classes/Particles/Wobble/Wobble.d.ts +2 -2
- package/Options/Classes/Particles/ZIndex/ZIndex.d.ts +1 -1
- package/Options/Classes/Random.d.ts +1 -1
- package/Options/Classes/Responsive.d.ts +2 -2
- package/Options/Classes/Theme/Theme.d.ts +2 -2
- package/Options/Classes/Theme/Theme.js +1 -1
- package/Options/Classes/Theme/ThemeDefault.d.ts +2 -2
- package/Options/Classes/ValueWithRandom.d.ts +2 -2
- package/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts +1 -1
- package/Options/Interfaces/IAnimatableColor.d.ts +1 -1
- package/Options/Interfaces/IAnimatableGradient.d.ts +1 -1
- package/Options/Interfaces/IColorAnimation.d.ts +1 -1
- package/Options/Interfaces/IManualParticle.d.ts +1 -1
- package/Options/Interfaces/IOptions.d.ts +6 -6
- package/Options/Interfaces/IOptionsGradient.d.ts +2 -2
- package/Options/Interfaces/IResponsive.d.ts +2 -2
- package/Options/Interfaces/IValueWithRandom.d.ts +1 -1
- package/Options/Interfaces/Interactivity/Events/IEvents.d.ts +1 -1
- package/Options/Interfaces/Interactivity/IInteractivity.d.ts +1 -1
- package/Options/Interfaces/Interactivity/Modes/IBubble.d.ts +2 -2
- package/Options/Interfaces/Interactivity/Modes/IBubbleBase.d.ts +1 -1
- package/Options/Interfaces/Interactivity/Modes/IModes.d.ts +2 -2
- package/Options/Interfaces/Interactivity/Modes/IRepulse.d.ts +2 -2
- package/Options/Interfaces/Interactivity/Modes/IRepulseDiv.d.ts +1 -1
- package/Options/Interfaces/Particles/Destroy/ISplit.d.ts +1 -1
- package/Options/Interfaces/Particles/IParticles.d.ts +14 -14
- package/Options/Interfaces/Particles/IShadow.d.ts +1 -1
- package/Options/Interfaces/Particles/IStroke.d.ts +1 -1
- package/Options/Interfaces/Particles/Links/ILinks.d.ts +1 -1
- package/Options/Interfaces/Particles/Move/IMove.d.ts +5 -5
- package/Options/Interfaces/Particles/Move/Path/{iPath.d.ts → IPath.d.ts} +0 -0
- package/Options/Interfaces/Particles/Move/Path/{iPath.js → IPath.js} +0 -0
- package/Options/Interfaces/Particles/Orbit/IOrbit.d.ts +3 -3
- package/Options/Interfaces/Particles/Roll/IRoll.d.ts +1 -1
- package/Options/Interfaces/Particles/Rotate/IRotate.d.ts +1 -1
- package/Options/Interfaces/Particles/Shape/IShape.d.ts +3 -3
- package/Options/Interfaces/Particles/Tilt/ITilt.d.ts +1 -1
- package/Options/Interfaces/Theme/ITheme.d.ts +2 -2
- package/Plugins/Absorbers/AbsorberInstance.d.ts +5 -4
- package/Plugins/Absorbers/AbsorberInstance.js +18 -18
- package/Plugins/Absorbers/Absorbers.d.ts +3 -3
- package/Plugins/Absorbers/Absorbers.js +1 -1
- package/Plugins/Absorbers/Options/Classes/Absorber.d.ts +4 -4
- package/Plugins/Absorbers/Options/Classes/AbsorberSize.d.ts +2 -2
- package/Plugins/Absorbers/Options/Classes/AbsorberSize.js +1 -1
- package/Plugins/Absorbers/Options/Classes/AbsorberSizeLimit.d.ts +2 -2
- package/Plugins/Absorbers/Options/Interfaces/IAbsorber.d.ts +1 -2
- package/Plugins/Absorbers/Options/Interfaces/IAbsorberOptions.d.ts +1 -1
- package/Plugins/Absorbers/Options/Interfaces/IAbsorberSize.d.ts +1 -1
- package/Plugins/Absorbers/index.d.ts +1 -1
- package/Plugins/Absorbers/index.js +3 -3
- package/Plugins/Emitters/EmitterContainer.d.ts +2 -1
- package/Plugins/Emitters/EmitterInstance.d.ts +10 -5
- package/Plugins/Emitters/EmitterInstance.js +78 -49
- package/Plugins/Emitters/Emitters.d.ts +6 -4
- package/Plugins/Emitters/Emitters.js +27 -4
- package/{browser/Plugins/Emitters/EmittersMain.d.ts → Plugins/Emitters/EmittersEngine.d.ts} +3 -1
- package/Plugins/Emitters/{EmittersMain.js → EmittersEngine.js} +0 -0
- package/Plugins/Emitters/IEmitterShape.d.ts +2 -2
- package/Plugins/Emitters/Options/Classes/Emitter.d.ts +8 -7
- package/Plugins/Emitters/Options/Classes/Emitter.js +4 -3
- package/Plugins/Emitters/Options/Classes/EmitterLife.d.ts +1 -1
- package/Plugins/Emitters/Options/Classes/EmitterRate.d.ts +1 -1
- package/Plugins/Emitters/Options/Classes/EmitterSize.d.ts +1 -1
- package/Plugins/Emitters/Options/Interfaces/IEmitter.d.ts +7 -6
- package/Plugins/Emitters/Options/Interfaces/IEmitterOptions.d.ts +1 -1
- package/Plugins/Emitters/Options/Interfaces/IEmitterSize.d.ts +1 -1
- package/Plugins/Emitters/ShapeManager.d.ts +6 -3
- package/Plugins/Emitters/ShapeManager.js +16 -4
- package/Plugins/Emitters/Shapes/Circle/CircleShape.d.ts +2 -2
- package/Plugins/Emitters/Shapes/Circle/CircleShape.js +2 -2
- package/Plugins/Emitters/Shapes/Square/SquareShape.d.ts +2 -2
- package/Plugins/Emitters/Shapes/Square/SquareShape.js +4 -4
- package/Plugins/Emitters/index.d.ts +3 -3
- package/Plugins/Emitters/index.js +33 -14
- package/Plugins/PolygonMask/Options/Classes/PolygonMask.d.ts +5 -5
- package/Plugins/PolygonMask/Options/Classes/PolygonMask.js +1 -1
- package/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.d.ts +2 -2
- package/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.js +1 -1
- package/Plugins/PolygonMask/Options/Classes/PolygonMaskDrawStroke.d.ts +2 -2
- package/Plugins/PolygonMask/Options/Classes/PolygonMaskInline.d.ts +2 -2
- package/Plugins/PolygonMask/Options/Classes/PolygonMaskLocalSvg.d.ts +3 -3
- package/Plugins/PolygonMask/Options/Classes/PolygonMaskMove.d.ts +2 -2
- package/Plugins/PolygonMask/Options/Interfaces/IPolygonMask.d.ts +3 -3
- package/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskDraw.d.ts +1 -1
- package/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskLocalSvg.d.ts +1 -1
- package/Plugins/PolygonMask/PolygonMaskInstance.d.ts +3 -3
- package/Plugins/PolygonMask/PolygonMaskInstance.js +12 -12
- package/Plugins/PolygonMask/Types.d.ts +1 -1
- package/Plugins/PolygonMask/index.d.ts +1 -1
- package/Plugins/PolygonMask/index.js +3 -3
- package/README.md +162 -18
- package/Shapes/Circle/index.d.ts +1 -1
- package/Shapes/Circle/index.js +2 -2
- package/Shapes/Image/index.d.ts +1 -1
- package/Shapes/Image/index.js +3 -3
- package/Shapes/Line/index.d.ts +1 -1
- package/Shapes/Line/index.js +2 -2
- package/Shapes/Polygon/PolygonDrawer.d.ts +1 -1
- package/Shapes/Polygon/TriangleDrawer.d.ts +1 -1
- package/Shapes/Polygon/index.d.ts +3 -3
- package/Shapes/Polygon/index.js +7 -7
- package/Shapes/Square/index.d.ts +1 -1
- package/Shapes/Square/index.js +3 -3
- package/Shapes/Star/index.d.ts +1 -1
- package/Shapes/Star/index.js +2 -2
- package/Shapes/Text/index.d.ts +1 -1
- package/Shapes/Text/index.js +2 -2
- package/Types/ShapeData.d.ts +1 -1
- package/Types/ShapeDrawerFunctions.d.ts +1 -1
- package/Updaters/Angle/index.d.ts +1 -1
- package/Updaters/Angle/index.js +2 -2
- package/Updaters/Color/index.d.ts +1 -1
- package/Updaters/Color/index.js +2 -2
- package/Updaters/Life/index.d.ts +1 -1
- package/Updaters/Life/index.js +2 -2
- package/Updaters/Opacity/index.d.ts +1 -1
- package/Updaters/Opacity/index.js +2 -2
- package/Updaters/OutModes/IBounceData.d.ts +1 -1
- package/Updaters/OutModes/OutOfCanvasUpdater.js +9 -9
- package/Updaters/OutModes/index.d.ts +1 -1
- package/Updaters/OutModes/index.js +2 -2
- package/Updaters/Roll/index.d.ts +1 -1
- package/Updaters/Roll/index.js +2 -2
- package/Updaters/Size/index.d.ts +1 -1
- package/Updaters/Size/index.js +2 -2
- package/Updaters/StrokeColor/index.d.ts +1 -1
- package/Updaters/StrokeColor/index.js +2 -2
- package/Updaters/Tilt/index.d.ts +1 -1
- package/Updaters/Tilt/index.js +2 -2
- package/Updaters/Wobble/index.d.ts +1 -1
- package/Updaters/Wobble/index.js +2 -2
- package/Utils/CanvasUtils.d.ts +2 -3
- package/Utils/CanvasUtils.js +1 -1
- package/Utils/ColorUtils.js +1 -1
- package/Utils/NumberUtils.d.ts +2 -2
- package/Utils/Utils.d.ts +3 -3
- package/browser/Core/Canvas.d.ts +1 -1
- package/browser/Core/Canvas.js +1 -1
- package/browser/Core/Container.d.ts +9 -6
- package/browser/Core/Container.js +34 -18
- package/browser/Core/Interfaces/Gradients.d.ts +2 -2
- package/browser/Core/Interfaces/ICircleBouncer.d.ts +1 -1
- package/browser/Core/Interfaces/IContainerPlugin.d.ts +4 -4
- package/browser/Core/Interfaces/IExternalInteractor.d.ts +1 -1
- package/browser/Core/Interfaces/IInteractor.d.ts +1 -1
- package/browser/Core/Interfaces/IParticle.d.ts +8 -8
- package/browser/Core/Interfaces/IParticleGradientAnimation.d.ts +1 -1
- package/browser/Core/Interfaces/IParticleSpin.d.ts +1 -1
- package/browser/Core/Interfaces/IParticlesInteractor.d.ts +2 -2
- package/browser/Core/Interfaces/IPlugin.d.ts +1 -1
- package/browser/Core/Loader.d.ts +13 -10
- package/browser/Core/Loader.js +36 -20
- package/browser/Core/Particle.d.ts +6 -4
- package/browser/Core/Particle.js +19 -4
- package/browser/Core/Particles.d.ts +6 -4
- package/browser/Core/Particles.js +22 -7
- package/browser/Core/Utils/Circle.d.ts +1 -1
- package/browser/Core/Utils/CircleWarp.d.ts +1 -1
- package/browser/Core/Utils/CircleWarp.js +1 -1
- package/browser/Core/Utils/EventListeners.js +1 -1
- package/browser/Core/Utils/ExternalInteractorBase.d.ts +1 -1
- package/browser/Core/Utils/InteractionManager.d.ts +6 -4
- package/browser/Core/Utils/InteractionManager.js +19 -3
- package/browser/Core/Utils/ParticlesInteractorBase.d.ts +1 -1
- package/browser/Core/Utils/ParticlesMover.d.ts +1 -1
- package/browser/Core/Utils/Plugins.d.ts +30 -16
- package/browser/Core/Utils/Plugins.js +58 -46
- package/browser/Core/Utils/QuadTree.d.ts +3 -3
- package/browser/Core/Utils/QuadTree.js +1 -1
- package/browser/Core/Utils/Rectangle.d.ts +1 -1
- package/browser/Core/Utils/Vector3d.d.ts +1 -1
- package/browser/Interactions/External/Attract/Attractor.d.ts +1 -1
- package/browser/Interactions/External/Attract/Attractor.js +1 -1
- package/browser/Interactions/External/Attract/index.d.ts +1 -1
- package/browser/Interactions/External/Attract/index.js +2 -2
- package/browser/Interactions/External/Bounce/Bouncer.d.ts +1 -1
- package/browser/Interactions/External/Bounce/Bouncer.js +1 -1
- package/browser/Interactions/External/Bounce/index.d.ts +1 -1
- package/browser/Interactions/External/Bounce/index.js +2 -2
- package/browser/Interactions/External/Bubble/Bubbler.d.ts +1 -1
- package/browser/Interactions/External/Bubble/Bubbler.js +1 -1
- package/browser/Interactions/External/Bubble/index.d.ts +1 -1
- package/browser/Interactions/External/Bubble/index.js +2 -2
- package/browser/Interactions/External/Connect/Connector.js +1 -1
- package/browser/Interactions/External/Connect/index.d.ts +1 -1
- package/browser/Interactions/External/Connect/index.js +2 -2
- package/browser/Interactions/External/Grab/Grabber.d.ts +1 -1
- package/browser/Interactions/External/Grab/Grabber.js +1 -1
- package/browser/Interactions/External/Grab/index.d.ts +1 -1
- package/browser/Interactions/External/Grab/index.js +2 -2
- package/browser/Interactions/External/Repulse/Repulser.d.ts +1 -1
- package/browser/Interactions/External/Repulse/Repulser.js +1 -1
- package/browser/Interactions/External/Repulse/index.d.ts +1 -1
- package/browser/Interactions/External/Repulse/index.js +2 -2
- package/browser/Interactions/External/Trail/TrailMaker.js +1 -1
- package/browser/Interactions/External/Trail/index.d.ts +1 -1
- package/browser/Interactions/External/Trail/index.js +2 -2
- package/browser/Interactions/Particles/Attract/Attractor.js +1 -1
- package/browser/Interactions/Particles/Attract/index.d.ts +1 -1
- package/browser/Interactions/Particles/Attract/index.js +2 -2
- package/browser/Interactions/Particles/Collisions/index.d.ts +1 -1
- package/browser/Interactions/Particles/Collisions/index.js +2 -2
- package/browser/Interactions/Particles/Links/LinkParticle.d.ts +1 -1
- package/browser/Interactions/Particles/Links/Linker.d.ts +1 -1
- package/browser/Interactions/Particles/Links/Linker.js +1 -1
- package/browser/Interactions/Particles/Links/index.d.ts +1 -1
- package/browser/Interactions/Particles/Links/index.js +4 -4
- package/browser/Interactions/Particles/Links/interaction.d.ts +1 -1
- package/browser/Interactions/Particles/Links/interaction.js +2 -2
- package/browser/Interactions/Particles/Links/plugin.d.ts +1 -1
- package/browser/Interactions/Particles/Links/plugin.js +2 -2
- package/browser/Options/Classes/AnimatableColor.d.ts +3 -3
- package/browser/Options/Classes/AnimatableColor.js +1 -1
- package/browser/Options/Classes/AnimatableGradient.d.ts +6 -6
- package/browser/Options/Classes/AnimationOptions.d.ts +2 -2
- package/browser/Options/Classes/Background/Background.d.ts +2 -2
- package/browser/Options/Classes/BackgroundMask/BackgroundMask.d.ts +2 -2
- package/browser/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts +2 -2
- package/browser/Options/Classes/ColorAnimation.d.ts +1 -1
- package/browser/Options/Classes/HslAnimation.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Events/ClickEvent.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Events/DivEvent.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Events/Events.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Events/HoverEvent.d.ts +3 -3
- package/browser/Options/Classes/Interactivity/Events/Parallax.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Interactivity.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Modes/Attract.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Modes/Bubble.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Modes/Bubble.js +1 -1
- package/browser/Options/Classes/Interactivity/Modes/BubbleBase.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Modes/BubbleDiv.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Modes/Connect.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Modes/ConnectLinks.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Modes/Grab.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Modes/GrabLinks.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Modes/Light.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Modes/Modes.d.ts +7 -7
- package/browser/Options/Classes/Interactivity/Modes/Modes.js +4 -4
- package/browser/Options/Classes/Interactivity/Modes/Push.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Modes/Remove.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Modes/Repulse.d.ts +3 -3
- package/browser/Options/Classes/Interactivity/Modes/Repulse.js +1 -1
- package/browser/Options/Classes/Interactivity/Modes/RepulseBase.d.ts +2 -2
- package/browser/Options/Classes/Interactivity/Modes/RepulseDiv.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Modes/Slow.d.ts +1 -1
- package/browser/Options/Classes/Interactivity/Modes/Trail.d.ts +2 -2
- package/browser/Options/Classes/ManualParticle.d.ts +2 -2
- package/browser/Options/Classes/Motion/Motion.d.ts +1 -1
- package/browser/Options/Classes/Options.d.ts +9 -8
- package/browser/Options/Classes/Options.js +20 -13
- package/browser/Options/Classes/OptionsColor.d.ts +2 -2
- package/browser/Options/Classes/Particles/Bounce/Bounce.d.ts +1 -1
- package/browser/Options/Classes/Particles/Collisions/Collisions.d.ts +4 -4
- package/browser/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts +2 -2
- package/browser/Options/Classes/Particles/Destroy/Destroy.d.ts +1 -1
- package/browser/Options/Classes/Particles/Destroy/Split.d.ts +3 -3
- package/browser/Options/Classes/Particles/Life/Life.d.ts +1 -1
- package/browser/Options/Classes/Particles/Links/Links.d.ts +2 -2
- package/browser/Options/Classes/Particles/Links/LinksShadow.d.ts +2 -2
- package/browser/Options/Classes/Particles/Links/LinksTriangle.d.ts +1 -1
- package/browser/Options/Classes/Particles/Move/Attract.d.ts +2 -2
- package/browser/Options/Classes/Particles/Move/Move.d.ts +5 -5
- package/browser/Options/Classes/Particles/Move/Move.js +3 -3
- package/browser/Options/Classes/Particles/Move/OutModes.d.ts +2 -2
- package/browser/Options/Classes/Particles/Move/Path/Path.d.ts +3 -3
- package/browser/Options/Classes/Particles/Move/Spin.d.ts +3 -3
- package/browser/Options/Classes/Particles/Move/Trail.d.ts +2 -2
- package/browser/Options/Classes/Particles/Number/Density.d.ts +1 -1
- package/browser/Options/Classes/Particles/Number/ParticlesNumber.d.ts +2 -2
- package/browser/Options/Classes/Particles/Opacity/Opacity.d.ts +1 -1
- package/browser/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts +3 -3
- package/browser/Options/Classes/Particles/Orbit/Orbit.d.ts +5 -5
- package/browser/Options/Classes/Particles/Orbit/Orbit.js +2 -2
- package/browser/Options/Classes/Particles/Orbit/OrbitRotation.d.ts +1 -1
- package/browser/Options/Classes/Particles/ParticlesOptions.d.ts +16 -16
- package/browser/Options/Classes/Particles/ParticlesOptions.js +13 -13
- package/browser/Options/Classes/Particles/Repulse/Repulse.d.ts +1 -1
- package/browser/Options/Classes/Particles/Roll/Roll.d.ts +2 -2
- package/browser/Options/Classes/Particles/Roll/RollLight.d.ts +1 -1
- package/browser/Options/Classes/Particles/Rotate/Rotate.d.ts +3 -3
- package/browser/Options/Classes/Particles/Rotate/RotateAnimation.d.ts +1 -1
- package/browser/Options/Classes/Particles/Shadow.d.ts +3 -3
- package/browser/Options/Classes/Particles/Shape/Shape.d.ts +5 -5
- package/browser/Options/Classes/Particles/Size/Size.d.ts +2 -2
- package/browser/Options/Classes/Particles/Size/SizeAnimation.d.ts +3 -3
- package/browser/Options/Classes/Particles/Stroke.d.ts +2 -2
- package/browser/Options/Classes/Particles/Tilt/Tilt.d.ts +3 -3
- package/browser/Options/Classes/Particles/Tilt/TiltAnimation.d.ts +1 -1
- package/browser/Options/Classes/Particles/Twinkle/Twinkle.d.ts +1 -1
- package/browser/Options/Classes/Particles/Twinkle/TwinkleValues.d.ts +2 -2
- package/browser/Options/Classes/Particles/Wobble/Wobble.d.ts +2 -2
- package/browser/Options/Classes/Particles/ZIndex/ZIndex.d.ts +1 -1
- package/browser/Options/Classes/Random.d.ts +1 -1
- package/browser/Options/Classes/Responsive.d.ts +2 -2
- package/browser/Options/Classes/Theme/Theme.d.ts +2 -2
- package/browser/Options/Classes/Theme/Theme.js +1 -1
- package/browser/Options/Classes/Theme/ThemeDefault.d.ts +2 -2
- package/browser/Options/Classes/ValueWithRandom.d.ts +2 -2
- package/browser/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts +1 -1
- package/browser/Options/Interfaces/IAnimatableColor.d.ts +1 -1
- package/browser/Options/Interfaces/IAnimatableGradient.d.ts +1 -1
- package/browser/Options/Interfaces/IColorAnimation.d.ts +1 -1
- package/browser/Options/Interfaces/IColorAnimation.js +0 -4
- package/browser/Options/Interfaces/IManualParticle.d.ts +1 -1
- package/browser/Options/Interfaces/IOptions.d.ts +6 -6
- package/browser/Options/Interfaces/IOptionsGradient.d.ts +2 -2
- package/browser/Options/Interfaces/IResponsive.d.ts +2 -2
- package/browser/Options/Interfaces/IValueWithRandom.d.ts +1 -1
- package/browser/Options/Interfaces/Interactivity/Events/IEvents.d.ts +1 -1
- package/browser/Options/Interfaces/Interactivity/IInteractivity.d.ts +1 -1
- package/browser/Options/Interfaces/Interactivity/Modes/IBubble.d.ts +2 -2
- package/browser/Options/Interfaces/Interactivity/Modes/IBubbleBase.d.ts +1 -1
- package/browser/Options/Interfaces/Interactivity/Modes/IModes.d.ts +2 -2
- package/browser/Options/Interfaces/Interactivity/Modes/IRepulse.d.ts +2 -2
- package/browser/Options/Interfaces/Interactivity/Modes/IRepulseDiv.d.ts +1 -1
- package/browser/Options/Interfaces/Particles/Destroy/ISplit.d.ts +1 -1
- package/browser/Options/Interfaces/Particles/IParticles.d.ts +14 -14
- package/browser/Options/Interfaces/Particles/IShadow.d.ts +1 -1
- package/browser/Options/Interfaces/Particles/IStroke.d.ts +1 -1
- package/browser/Options/Interfaces/Particles/Links/ILinks.d.ts +1 -1
- package/browser/Options/Interfaces/Particles/Move/IMove.d.ts +5 -5
- package/browser/Options/Interfaces/Particles/Move/Path/{iPath.d.ts → IPath.d.ts} +0 -0
- package/browser/Options/Interfaces/Particles/Move/Path/{iPath.js → IPath.js} +0 -0
- package/browser/Options/Interfaces/Particles/Orbit/IOrbit.d.ts +3 -3
- package/browser/Options/Interfaces/Particles/Roll/IRoll.d.ts +1 -1
- package/browser/Options/Interfaces/Particles/Rotate/IRotate.d.ts +1 -1
- package/browser/Options/Interfaces/Particles/Shape/IShape.d.ts +3 -3
- package/browser/Options/Interfaces/Particles/Tilt/ITilt.d.ts +1 -1
- package/browser/Options/Interfaces/Theme/ITheme.d.ts +2 -2
- package/browser/Plugins/Absorbers/AbsorberInstance.d.ts +5 -4
- package/browser/Plugins/Absorbers/AbsorberInstance.js +18 -18
- package/browser/Plugins/Absorbers/Absorbers.d.ts +3 -3
- package/browser/Plugins/Absorbers/Absorbers.js +1 -1
- package/browser/Plugins/Absorbers/Options/Classes/Absorber.d.ts +4 -4
- package/browser/Plugins/Absorbers/Options/Classes/AbsorberSize.d.ts +2 -2
- package/browser/Plugins/Absorbers/Options/Classes/AbsorberSize.js +1 -1
- package/browser/Plugins/Absorbers/Options/Classes/AbsorberSizeLimit.d.ts +2 -2
- package/browser/Plugins/Absorbers/Options/Interfaces/IAbsorber.d.ts +1 -2
- package/browser/Plugins/Absorbers/Options/Interfaces/IAbsorberOptions.d.ts +1 -1
- package/browser/Plugins/Absorbers/Options/Interfaces/IAbsorberSize.d.ts +1 -1
- package/browser/Plugins/Absorbers/index.d.ts +1 -1
- package/browser/Plugins/Absorbers/index.js +3 -3
- package/browser/Plugins/Emitters/EmitterContainer.d.ts +2 -1
- package/browser/Plugins/Emitters/EmitterInstance.d.ts +10 -5
- package/browser/Plugins/Emitters/EmitterInstance.js +78 -49
- package/browser/Plugins/Emitters/Emitters.d.ts +6 -4
- package/browser/Plugins/Emitters/Emitters.js +27 -4
- package/{esm/Plugins/Emitters/EmittersMain.d.ts → browser/Plugins/Emitters/EmittersEngine.d.ts} +3 -1
- package/browser/Plugins/Emitters/{EmittersMain.js → EmittersEngine.js} +0 -0
- package/browser/Plugins/Emitters/IEmitterShape.d.ts +2 -2
- package/browser/Plugins/Emitters/Options/Classes/Emitter.d.ts +8 -7
- package/browser/Plugins/Emitters/Options/Classes/Emitter.js +4 -3
- package/browser/Plugins/Emitters/Options/Classes/EmitterLife.d.ts +1 -1
- package/browser/Plugins/Emitters/Options/Classes/EmitterRate.d.ts +1 -1
- package/browser/Plugins/Emitters/Options/Classes/EmitterSize.d.ts +1 -1
- package/browser/Plugins/Emitters/Options/Interfaces/IEmitter.d.ts +10 -6
- package/browser/Plugins/Emitters/Options/Interfaces/IEmitterOptions.d.ts +1 -1
- package/browser/Plugins/Emitters/Options/Interfaces/IEmitterSize.d.ts +1 -1
- package/browser/Plugins/Emitters/ShapeManager.d.ts +6 -3
- package/browser/Plugins/Emitters/ShapeManager.js +16 -4
- package/browser/Plugins/Emitters/Shapes/Circle/CircleShape.d.ts +2 -2
- package/browser/Plugins/Emitters/Shapes/Circle/CircleShape.js +2 -2
- package/browser/Plugins/Emitters/Shapes/Square/SquareShape.d.ts +2 -2
- package/browser/Plugins/Emitters/Shapes/Square/SquareShape.js +4 -4
- package/browser/Plugins/Emitters/index.d.ts +3 -3
- package/browser/Plugins/Emitters/index.js +33 -14
- package/browser/Plugins/PolygonMask/Options/Classes/PolygonMask.d.ts +5 -5
- package/browser/Plugins/PolygonMask/Options/Classes/PolygonMask.js +1 -1
- package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.d.ts +2 -2
- package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.js +1 -1
- package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskDrawStroke.d.ts +2 -2
- package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskInline.d.ts +2 -2
- package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskLocalSvg.d.ts +3 -3
- package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskMove.d.ts +2 -2
- package/browser/Plugins/PolygonMask/Options/Interfaces/IPolygonMask.d.ts +3 -3
- package/browser/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskDraw.d.ts +1 -1
- package/browser/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskLocalSvg.d.ts +1 -1
- package/browser/Plugins/PolygonMask/PolygonMaskInstance.d.ts +3 -3
- package/browser/Plugins/PolygonMask/PolygonMaskInstance.js +2 -2
- package/browser/Plugins/PolygonMask/Types.d.ts +1 -1
- package/browser/Plugins/PolygonMask/index.d.ts +1 -1
- package/browser/Plugins/PolygonMask/index.js +3 -3
- package/browser/Shapes/Circle/index.d.ts +1 -1
- package/browser/Shapes/Circle/index.js +2 -2
- package/browser/Shapes/Image/index.d.ts +1 -1
- package/browser/Shapes/Image/index.js +3 -3
- package/browser/Shapes/Line/index.d.ts +1 -1
- package/browser/Shapes/Line/index.js +2 -2
- package/browser/Shapes/Polygon/PolygonDrawer.d.ts +1 -1
- package/browser/Shapes/Polygon/TriangleDrawer.d.ts +1 -1
- package/browser/Shapes/Polygon/index.d.ts +3 -3
- package/browser/Shapes/Polygon/index.js +7 -7
- package/browser/Shapes/Square/index.d.ts +1 -1
- package/browser/Shapes/Square/index.js +3 -3
- package/browser/Shapes/Star/index.d.ts +1 -1
- package/browser/Shapes/Star/index.js +2 -2
- package/browser/Shapes/Text/index.d.ts +1 -1
- package/browser/Shapes/Text/index.js +3 -3
- package/browser/Types/ShapeData.d.ts +1 -1
- package/browser/Types/ShapeDrawerFunctions.d.ts +1 -1
- package/browser/Updaters/Angle/index.d.ts +1 -1
- package/browser/Updaters/Angle/index.js +2 -2
- package/browser/Updaters/Color/index.d.ts +1 -1
- package/browser/Updaters/Color/index.js +2 -2
- package/browser/Updaters/Life/index.d.ts +1 -1
- package/browser/Updaters/Life/index.js +2 -2
- package/browser/Updaters/Opacity/index.d.ts +1 -1
- package/browser/Updaters/Opacity/index.js +2 -2
- package/browser/Updaters/OutModes/IBounceData.d.ts +1 -1
- package/browser/Updaters/OutModes/OutOfCanvasUpdater.js +1 -1
- package/browser/Updaters/OutModes/index.d.ts +1 -1
- package/browser/Updaters/OutModes/index.js +2 -2
- package/browser/Updaters/Roll/index.d.ts +1 -1
- package/browser/Updaters/Roll/index.js +2 -2
- package/browser/Updaters/Size/index.d.ts +1 -1
- package/browser/Updaters/Size/index.js +2 -2
- package/browser/Updaters/StrokeColor/index.d.ts +1 -1
- package/browser/Updaters/StrokeColor/index.js +2 -2
- package/browser/Updaters/Tilt/index.d.ts +1 -1
- package/browser/Updaters/Tilt/index.js +2 -2
- package/browser/Updaters/Wobble/index.d.ts +1 -1
- package/browser/Updaters/Wobble/index.js +2 -2
- package/browser/Utils/CanvasUtils.d.ts +2 -3
- package/browser/Utils/CanvasUtils.js +1 -1
- package/browser/Utils/ColorUtils.js +1 -1
- package/browser/Utils/NumberUtils.d.ts +2 -2
- package/browser/Utils/Utils.d.ts +3 -3
- package/browser/Utils/Utils.js +1 -1
- package/browser/engine.d.ts +7 -3
- package/browser/engine.js +22 -17
- package/browser/full.d.ts +1 -1
- package/browser/full.js +14 -14
- package/browser/index.d.ts +1 -1
- package/browser/index.engine.d.ts +1 -1
- package/browser/index.engine.js +1 -1
- package/browser/index.js +1 -1
- package/browser/index.slim.d.ts +1 -1
- package/browser/index.slim.js +1 -1
- package/browser/pjs.d.ts +1 -1
- package/browser/slim.d.ts +1 -1
- package/browser/slim.js +40 -40
- package/engine.d.ts +5 -2
- package/engine.js +20 -16
- package/esm/Core/Canvas.d.ts +1 -1
- package/esm/Core/Canvas.js +1 -1
- package/esm/Core/Container.d.ts +8 -6
- package/esm/Core/Container.js +33 -18
- package/esm/Core/Interfaces/Gradients.d.ts +2 -2
- package/esm/Core/Interfaces/ICircleBouncer.d.ts +1 -1
- package/esm/Core/Interfaces/IContainerPlugin.d.ts +4 -4
- package/esm/Core/Interfaces/IExternalInteractor.d.ts +1 -1
- package/esm/Core/Interfaces/IInteractor.d.ts +1 -1
- package/esm/Core/Interfaces/IParticle.d.ts +8 -8
- package/esm/Core/Interfaces/IParticleGradientAnimation.d.ts +1 -1
- package/esm/Core/Interfaces/IParticleSpin.d.ts +1 -1
- package/esm/Core/Interfaces/IParticlesInteractor.d.ts +2 -2
- package/esm/Core/Interfaces/IPlugin.d.ts +1 -1
- package/esm/Core/Loader.d.ts +13 -10
- package/esm/Core/Loader.js +36 -20
- package/esm/Core/Particle.d.ts +6 -4
- package/esm/Core/Particle.js +19 -4
- package/esm/Core/Particles.d.ts +6 -4
- package/esm/Core/Particles.js +22 -7
- package/esm/Core/Utils/Circle.d.ts +1 -1
- package/esm/Core/Utils/CircleWarp.d.ts +1 -1
- package/esm/Core/Utils/CircleWarp.js +1 -1
- package/esm/Core/Utils/EventListeners.js +1 -1
- package/esm/Core/Utils/ExternalInteractorBase.d.ts +1 -1
- package/esm/Core/Utils/InteractionManager.d.ts +6 -4
- package/esm/Core/Utils/InteractionManager.js +19 -3
- package/esm/Core/Utils/ParticlesInteractorBase.d.ts +1 -1
- package/esm/Core/Utils/ParticlesMover.d.ts +1 -1
- package/esm/Core/Utils/Plugins.d.ts +30 -16
- package/esm/Core/Utils/Plugins.js +58 -46
- package/esm/Core/Utils/QuadTree.d.ts +3 -3
- package/esm/Core/Utils/QuadTree.js +1 -1
- package/esm/Core/Utils/Rectangle.d.ts +1 -1
- package/esm/Core/Utils/Vector3d.d.ts +1 -1
- package/esm/Interactions/External/Attract/Attractor.d.ts +1 -1
- package/esm/Interactions/External/Attract/Attractor.js +1 -1
- package/esm/Interactions/External/Attract/index.d.ts +1 -1
- package/esm/Interactions/External/Attract/index.js +2 -2
- package/esm/Interactions/External/Bounce/Bouncer.d.ts +1 -1
- package/esm/Interactions/External/Bounce/Bouncer.js +1 -1
- package/esm/Interactions/External/Bounce/index.d.ts +1 -1
- package/esm/Interactions/External/Bounce/index.js +2 -2
- package/esm/Interactions/External/Bubble/Bubbler.d.ts +1 -1
- package/esm/Interactions/External/Bubble/Bubbler.js +1 -1
- package/esm/Interactions/External/Bubble/index.d.ts +1 -1
- package/esm/Interactions/External/Bubble/index.js +2 -2
- package/esm/Interactions/External/Connect/Connector.js +1 -1
- package/esm/Interactions/External/Connect/index.d.ts +1 -1
- package/esm/Interactions/External/Connect/index.js +2 -2
- package/esm/Interactions/External/Grab/Grabber.d.ts +1 -1
- package/esm/Interactions/External/Grab/Grabber.js +1 -1
- package/esm/Interactions/External/Grab/index.d.ts +1 -1
- package/esm/Interactions/External/Grab/index.js +2 -2
- package/esm/Interactions/External/Repulse/Repulser.d.ts +1 -1
- package/esm/Interactions/External/Repulse/Repulser.js +1 -1
- package/esm/Interactions/External/Repulse/index.d.ts +1 -1
- package/esm/Interactions/External/Repulse/index.js +2 -2
- package/esm/Interactions/External/Trail/TrailMaker.js +1 -1
- package/esm/Interactions/External/Trail/index.d.ts +1 -1
- package/esm/Interactions/External/Trail/index.js +2 -2
- package/esm/Interactions/Particles/Attract/Attractor.js +1 -1
- package/esm/Interactions/Particles/Attract/index.d.ts +1 -1
- package/esm/Interactions/Particles/Attract/index.js +2 -2
- package/esm/Interactions/Particles/Collisions/index.d.ts +1 -1
- package/esm/Interactions/Particles/Collisions/index.js +2 -2
- package/esm/Interactions/Particles/Links/LinkParticle.d.ts +1 -1
- package/esm/Interactions/Particles/Links/Linker.d.ts +1 -1
- package/esm/Interactions/Particles/Links/Linker.js +1 -1
- package/esm/Interactions/Particles/Links/index.d.ts +1 -1
- package/esm/Interactions/Particles/Links/index.js +4 -4
- package/esm/Interactions/Particles/Links/interaction.d.ts +1 -1
- package/esm/Interactions/Particles/Links/interaction.js +2 -2
- package/esm/Interactions/Particles/Links/plugin.d.ts +1 -1
- package/esm/Interactions/Particles/Links/plugin.js +2 -2
- package/esm/Options/Classes/AnimatableColor.d.ts +3 -3
- package/esm/Options/Classes/AnimatableColor.js +1 -1
- package/esm/Options/Classes/AnimatableGradient.d.ts +6 -6
- package/esm/Options/Classes/AnimationOptions.d.ts +2 -2
- package/esm/Options/Classes/Background/Background.d.ts +2 -2
- package/esm/Options/Classes/BackgroundMask/BackgroundMask.d.ts +2 -2
- package/esm/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts +2 -2
- package/esm/Options/Classes/ColorAnimation.d.ts +1 -1
- package/esm/Options/Classes/HslAnimation.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Events/ClickEvent.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Events/DivEvent.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Events/Events.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Events/HoverEvent.d.ts +3 -3
- package/esm/Options/Classes/Interactivity/Events/Parallax.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Interactivity.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Modes/Attract.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Modes/Bubble.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Modes/Bubble.js +1 -1
- package/esm/Options/Classes/Interactivity/Modes/BubbleBase.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Modes/BubbleDiv.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Modes/Connect.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Modes/ConnectLinks.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Modes/Grab.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Modes/GrabLinks.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Modes/Light.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Modes/Modes.d.ts +7 -7
- package/esm/Options/Classes/Interactivity/Modes/Modes.js +4 -4
- package/esm/Options/Classes/Interactivity/Modes/Push.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Modes/Remove.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Modes/Repulse.d.ts +3 -3
- package/esm/Options/Classes/Interactivity/Modes/Repulse.js +1 -1
- package/esm/Options/Classes/Interactivity/Modes/RepulseBase.d.ts +2 -2
- package/esm/Options/Classes/Interactivity/Modes/RepulseDiv.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Modes/Slow.d.ts +1 -1
- package/esm/Options/Classes/Interactivity/Modes/Trail.d.ts +2 -2
- package/esm/Options/Classes/ManualParticle.d.ts +2 -2
- package/esm/Options/Classes/Motion/Motion.d.ts +1 -1
- package/esm/Options/Classes/Options.d.ts +9 -8
- package/esm/Options/Classes/Options.js +20 -13
- package/esm/Options/Classes/OptionsColor.d.ts +2 -2
- package/esm/Options/Classes/Particles/Bounce/Bounce.d.ts +1 -1
- package/esm/Options/Classes/Particles/Collisions/Collisions.d.ts +4 -4
- package/esm/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts +2 -2
- package/esm/Options/Classes/Particles/Destroy/Destroy.d.ts +1 -1
- package/esm/Options/Classes/Particles/Destroy/Split.d.ts +3 -3
- package/esm/Options/Classes/Particles/Life/Life.d.ts +1 -1
- package/esm/Options/Classes/Particles/Links/Links.d.ts +2 -2
- package/esm/Options/Classes/Particles/Links/LinksShadow.d.ts +2 -2
- package/esm/Options/Classes/Particles/Links/LinksTriangle.d.ts +1 -1
- package/esm/Options/Classes/Particles/Move/Attract.d.ts +2 -2
- package/esm/Options/Classes/Particles/Move/Move.d.ts +5 -5
- package/esm/Options/Classes/Particles/Move/Move.js +3 -3
- package/esm/Options/Classes/Particles/Move/OutModes.d.ts +2 -2
- package/esm/Options/Classes/Particles/Move/Path/Path.d.ts +3 -3
- package/esm/Options/Classes/Particles/Move/Spin.d.ts +3 -3
- package/esm/Options/Classes/Particles/Move/Trail.d.ts +2 -2
- package/esm/Options/Classes/Particles/Number/Density.d.ts +1 -1
- package/esm/Options/Classes/Particles/Number/ParticlesNumber.d.ts +2 -2
- package/esm/Options/Classes/Particles/Opacity/Opacity.d.ts +1 -1
- package/esm/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts +3 -3
- package/esm/Options/Classes/Particles/Orbit/Orbit.d.ts +5 -5
- package/esm/Options/Classes/Particles/Orbit/Orbit.js +2 -2
- package/esm/Options/Classes/Particles/Orbit/OrbitRotation.d.ts +1 -1
- package/esm/Options/Classes/Particles/ParticlesOptions.d.ts +16 -16
- package/esm/Options/Classes/Particles/ParticlesOptions.js +13 -13
- package/esm/Options/Classes/Particles/Repulse/Repulse.d.ts +1 -1
- package/esm/Options/Classes/Particles/Roll/Roll.d.ts +2 -2
- package/esm/Options/Classes/Particles/Roll/RollLight.d.ts +1 -1
- package/esm/Options/Classes/Particles/Rotate/Rotate.d.ts +3 -3
- package/esm/Options/Classes/Particles/Rotate/RotateAnimation.d.ts +1 -1
- package/esm/Options/Classes/Particles/Shadow.d.ts +3 -3
- package/esm/Options/Classes/Particles/Shape/Shape.d.ts +5 -5
- package/esm/Options/Classes/Particles/Size/Size.d.ts +2 -2
- package/esm/Options/Classes/Particles/Size/SizeAnimation.d.ts +3 -3
- package/esm/Options/Classes/Particles/Stroke.d.ts +2 -2
- package/esm/Options/Classes/Particles/Tilt/Tilt.d.ts +3 -3
- package/esm/Options/Classes/Particles/Tilt/TiltAnimation.d.ts +1 -1
- package/esm/Options/Classes/Particles/Twinkle/Twinkle.d.ts +1 -1
- package/esm/Options/Classes/Particles/Twinkle/TwinkleValues.d.ts +2 -2
- package/esm/Options/Classes/Particles/Wobble/Wobble.d.ts +2 -2
- package/esm/Options/Classes/Particles/ZIndex/ZIndex.d.ts +1 -1
- package/esm/Options/Classes/Random.d.ts +1 -1
- package/esm/Options/Classes/Responsive.d.ts +2 -2
- package/esm/Options/Classes/Theme/Theme.d.ts +2 -2
- package/esm/Options/Classes/Theme/Theme.js +1 -1
- package/esm/Options/Classes/Theme/ThemeDefault.d.ts +2 -2
- package/esm/Options/Classes/ValueWithRandom.d.ts +2 -2
- package/esm/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts +1 -1
- package/esm/Options/Interfaces/IAnimatableColor.d.ts +1 -1
- package/esm/Options/Interfaces/IAnimatableGradient.d.ts +1 -1
- package/esm/Options/Interfaces/IColorAnimation.d.ts +1 -1
- package/esm/Options/Interfaces/IManualParticle.d.ts +1 -1
- package/esm/Options/Interfaces/IOptions.d.ts +6 -6
- package/esm/Options/Interfaces/IOptionsGradient.d.ts +2 -2
- package/esm/Options/Interfaces/IResponsive.d.ts +2 -2
- package/esm/Options/Interfaces/IValueWithRandom.d.ts +1 -1
- package/esm/Options/Interfaces/Interactivity/Events/IEvents.d.ts +1 -1
- package/esm/Options/Interfaces/Interactivity/IInteractivity.d.ts +1 -1
- package/esm/Options/Interfaces/Interactivity/Modes/IBubble.d.ts +2 -2
- package/esm/Options/Interfaces/Interactivity/Modes/IBubbleBase.d.ts +1 -1
- package/esm/Options/Interfaces/Interactivity/Modes/IModes.d.ts +2 -2
- package/esm/Options/Interfaces/Interactivity/Modes/IRepulse.d.ts +2 -2
- package/esm/Options/Interfaces/Interactivity/Modes/IRepulseDiv.d.ts +1 -1
- package/esm/Options/Interfaces/Particles/Destroy/ISplit.d.ts +1 -1
- package/esm/Options/Interfaces/Particles/IParticles.d.ts +14 -14
- package/esm/Options/Interfaces/Particles/IShadow.d.ts +1 -1
- package/esm/Options/Interfaces/Particles/IStroke.d.ts +1 -1
- package/esm/Options/Interfaces/Particles/Links/ILinks.d.ts +1 -1
- package/esm/Options/Interfaces/Particles/Move/IMove.d.ts +5 -5
- package/esm/Options/Interfaces/Particles/Move/Path/{iPath.d.ts → IPath.d.ts} +0 -0
- package/esm/Options/Interfaces/Particles/Move/Path/{iPath.js → IPath.js} +0 -0
- package/esm/Options/Interfaces/Particles/Orbit/IOrbit.d.ts +3 -3
- package/esm/Options/Interfaces/Particles/Roll/IRoll.d.ts +1 -1
- package/esm/Options/Interfaces/Particles/Rotate/IRotate.d.ts +1 -1
- package/esm/Options/Interfaces/Particles/Shape/IShape.d.ts +3 -3
- package/esm/Options/Interfaces/Particles/Tilt/ITilt.d.ts +1 -1
- package/esm/Options/Interfaces/Theme/ITheme.d.ts +2 -2
- package/esm/Plugins/Absorbers/AbsorberInstance.d.ts +5 -4
- package/esm/Plugins/Absorbers/AbsorberInstance.js +18 -18
- package/esm/Plugins/Absorbers/Absorbers.d.ts +3 -3
- package/esm/Plugins/Absorbers/Absorbers.js +1 -1
- package/esm/Plugins/Absorbers/Options/Classes/Absorber.d.ts +4 -4
- package/esm/Plugins/Absorbers/Options/Classes/AbsorberSize.d.ts +2 -2
- package/esm/Plugins/Absorbers/Options/Classes/AbsorberSize.js +1 -1
- package/esm/Plugins/Absorbers/Options/Classes/AbsorberSizeLimit.d.ts +2 -2
- package/esm/Plugins/Absorbers/Options/Interfaces/IAbsorber.d.ts +1 -2
- package/esm/Plugins/Absorbers/Options/Interfaces/IAbsorberOptions.d.ts +1 -1
- package/esm/Plugins/Absorbers/Options/Interfaces/IAbsorberSize.d.ts +1 -1
- package/esm/Plugins/Absorbers/index.d.ts +1 -1
- package/esm/Plugins/Absorbers/index.js +3 -3
- package/esm/Plugins/Emitters/EmitterContainer.d.ts +2 -1
- package/esm/Plugins/Emitters/EmitterInstance.d.ts +10 -5
- package/esm/Plugins/Emitters/EmitterInstance.js +78 -49
- package/esm/Plugins/Emitters/Emitters.d.ts +6 -4
- package/esm/Plugins/Emitters/Emitters.js +27 -4
- package/{Plugins/Emitters/EmittersMain.d.ts → esm/Plugins/Emitters/EmittersEngine.d.ts} +3 -1
- package/esm/Plugins/Emitters/{EmittersMain.js → EmittersEngine.js} +0 -0
- package/esm/Plugins/Emitters/IEmitterShape.d.ts +2 -2
- package/esm/Plugins/Emitters/Options/Classes/Emitter.d.ts +8 -7
- package/esm/Plugins/Emitters/Options/Classes/Emitter.js +4 -3
- package/esm/Plugins/Emitters/Options/Classes/EmitterLife.d.ts +1 -1
- package/esm/Plugins/Emitters/Options/Classes/EmitterRate.d.ts +1 -1
- package/esm/Plugins/Emitters/Options/Classes/EmitterSize.d.ts +1 -1
- package/esm/Plugins/Emitters/Options/Interfaces/IEmitter.d.ts +7 -6
- package/esm/Plugins/Emitters/Options/Interfaces/IEmitterOptions.d.ts +1 -1
- package/esm/Plugins/Emitters/Options/Interfaces/IEmitterSize.d.ts +1 -1
- package/esm/Plugins/Emitters/ShapeManager.d.ts +6 -3
- package/esm/Plugins/Emitters/ShapeManager.js +16 -4
- package/esm/Plugins/Emitters/Shapes/Circle/CircleShape.d.ts +2 -2
- package/esm/Plugins/Emitters/Shapes/Circle/CircleShape.js +2 -2
- package/esm/Plugins/Emitters/Shapes/Square/SquareShape.d.ts +2 -2
- package/esm/Plugins/Emitters/Shapes/Square/SquareShape.js +4 -4
- package/esm/Plugins/Emitters/index.d.ts +3 -3
- package/esm/Plugins/Emitters/index.js +33 -14
- package/esm/Plugins/PolygonMask/Options/Classes/PolygonMask.d.ts +5 -5
- package/esm/Plugins/PolygonMask/Options/Classes/PolygonMask.js +1 -1
- package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.d.ts +2 -2
- package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.js +1 -1
- package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskDrawStroke.d.ts +2 -2
- package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskInline.d.ts +2 -2
- package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskLocalSvg.d.ts +3 -3
- package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskMove.d.ts +2 -2
- package/esm/Plugins/PolygonMask/Options/Interfaces/IPolygonMask.d.ts +3 -3
- package/esm/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskDraw.d.ts +1 -1
- package/esm/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskLocalSvg.d.ts +1 -1
- package/esm/Plugins/PolygonMask/PolygonMaskInstance.d.ts +3 -3
- package/esm/Plugins/PolygonMask/PolygonMaskInstance.js +2 -2
- package/esm/Plugins/PolygonMask/Types.d.ts +1 -1
- package/esm/Plugins/PolygonMask/index.d.ts +1 -1
- package/esm/Plugins/PolygonMask/index.js +3 -3
- package/esm/Shapes/Circle/index.d.ts +1 -1
- package/esm/Shapes/Circle/index.js +2 -2
- package/esm/Shapes/Image/index.d.ts +1 -1
- package/esm/Shapes/Image/index.js +3 -3
- package/esm/Shapes/Line/index.d.ts +1 -1
- package/esm/Shapes/Line/index.js +2 -2
- package/esm/Shapes/Polygon/PolygonDrawer.d.ts +1 -1
- package/esm/Shapes/Polygon/TriangleDrawer.d.ts +1 -1
- package/esm/Shapes/Polygon/index.d.ts +3 -3
- package/esm/Shapes/Polygon/index.js +7 -7
- package/esm/Shapes/Square/index.d.ts +1 -1
- package/esm/Shapes/Square/index.js +3 -3
- package/esm/Shapes/Star/index.d.ts +1 -1
- package/esm/Shapes/Star/index.js +2 -2
- package/esm/Shapes/Text/index.d.ts +1 -1
- package/esm/Shapes/Text/index.js +3 -3
- package/esm/Types/ShapeData.d.ts +1 -1
- package/esm/Types/ShapeDrawerFunctions.d.ts +1 -1
- package/esm/Updaters/Angle/index.d.ts +1 -1
- package/esm/Updaters/Angle/index.js +2 -2
- package/esm/Updaters/Color/index.d.ts +1 -1
- package/esm/Updaters/Color/index.js +2 -2
- package/esm/Updaters/Life/index.d.ts +1 -1
- package/esm/Updaters/Life/index.js +2 -2
- package/esm/Updaters/Opacity/index.d.ts +1 -1
- package/esm/Updaters/Opacity/index.js +2 -2
- package/esm/Updaters/OutModes/IBounceData.d.ts +1 -1
- package/esm/Updaters/OutModes/OutOfCanvasUpdater.js +1 -1
- package/esm/Updaters/OutModes/index.d.ts +1 -1
- package/esm/Updaters/OutModes/index.js +2 -2
- package/esm/Updaters/Roll/index.d.ts +1 -1
- package/esm/Updaters/Roll/index.js +2 -2
- package/esm/Updaters/Size/index.d.ts +1 -1
- package/esm/Updaters/Size/index.js +2 -2
- package/esm/Updaters/StrokeColor/index.d.ts +1 -1
- package/esm/Updaters/StrokeColor/index.js +2 -2
- package/esm/Updaters/Tilt/index.d.ts +1 -1
- package/esm/Updaters/Tilt/index.js +2 -2
- package/esm/Updaters/Wobble/index.d.ts +1 -1
- package/esm/Updaters/Wobble/index.js +2 -2
- package/esm/Utils/CanvasUtils.d.ts +2 -3
- package/esm/Utils/CanvasUtils.js +1 -1
- package/esm/Utils/ColorUtils.js +1 -1
- package/esm/Utils/NumberUtils.d.ts +2 -2
- package/esm/Utils/Utils.d.ts +3 -3
- package/esm/Utils/Utils.js +1 -1
- package/esm/engine.d.ts +5 -2
- package/esm/engine.js +20 -16
- package/esm/full.d.ts +1 -1
- package/esm/full.js +14 -14
- package/esm/index.d.ts +1 -1
- package/esm/index.engine.d.ts +1 -1
- package/esm/index.engine.js +1 -1
- package/esm/index.js +1 -1
- package/esm/index.slim.d.ts +1 -1
- package/esm/index.slim.js +1 -1
- package/esm/pjs.d.ts +1 -1
- package/esm/slim.d.ts +1 -1
- package/esm/slim.js +40 -40
- package/full.d.ts +1 -1
- package/full.js +14 -14
- package/index.d.ts +1 -1
- package/index.engine.d.ts +1 -1
- package/index.engine.js +1 -1
- package/index.js +1 -1
- package/index.slim.d.ts +1 -1
- package/index.slim.js +1 -1
- package/package.json +11 -5
- package/pjs.d.ts +1 -1
- package/report.html +2 -2
- package/report.slim.html +2 -2
- package/slim.d.ts +1 -1
- package/slim.js +40 -40
- package/tsparticles.engine.js +2537 -2428
- package/tsparticles.engine.min.js +2 -2
- package/tsparticles.interaction.external.attract.js +4093 -3988
- package/tsparticles.interaction.external.attract.min.js +2 -2
- package/tsparticles.interaction.external.bounce.js +4102 -3997
- package/tsparticles.interaction.external.bounce.min.js +2 -2
- package/tsparticles.interaction.external.bubble.js +4102 -3997
- package/tsparticles.interaction.external.bubble.min.js +2 -2
- package/tsparticles.interaction.external.connect.js +4288 -4183
- package/tsparticles.interaction.external.connect.min.js +2 -2
- package/tsparticles.interaction.external.grab.js +4288 -4183
- package/tsparticles.interaction.external.grab.min.js +2 -2
- package/tsparticles.interaction.external.repulse.js +4102 -3997
- package/tsparticles.interaction.external.repulse.min.js +2 -2
- package/tsparticles.interaction.external.trail.js +4288 -4183
- package/tsparticles.interaction.external.trail.min.js +2 -2
- package/tsparticles.interaction.particles.attract.js +4288 -4183
- package/tsparticles.interaction.particles.attract.min.js +2 -2
- package/tsparticles.interaction.particles.collisions.js +1249 -1144
- package/tsparticles.interaction.particles.collisions.min.js +2 -2
- package/tsparticles.interaction.particles.links.js +4400 -4295
- package/tsparticles.interaction.particles.links.min.js +2 -2
- package/tsparticles.js +5946 -5749
- package/tsparticles.min.js +2 -2
- package/tsparticles.pathseg.min.js +1 -1
- package/tsparticles.plugins.absorbers.js +1210 -1106
- package/tsparticles.plugins.absorbers.min.js +2 -2
- package/tsparticles.plugins.emitters.js +1875 -1681
- package/tsparticles.plugins.emitters.min.js +2 -2
- package/tsparticles.plugins.polygonMask.js +2785 -2680
- package/tsparticles.plugins.polygonMask.min.js +2 -2
- package/tsparticles.shape.circle.js +2 -2
- package/tsparticles.shape.circle.min.js +1 -1
- package/tsparticles.shape.image.js +1237 -1132
- package/tsparticles.shape.image.min.js +2 -2
- package/tsparticles.shape.line.js +2 -2
- package/tsparticles.shape.line.min.js +1 -1
- package/tsparticles.shape.polygon.js +7 -7
- package/tsparticles.shape.polygon.min.js +1 -1
- package/tsparticles.shape.square.js +3 -3
- package/tsparticles.shape.square.min.js +1 -1
- package/tsparticles.shape.star.js +2 -2
- package/tsparticles.shape.star.min.js +1 -1
- package/tsparticles.shape.text.js +1249 -1144
- package/tsparticles.shape.text.min.js +2 -2
- package/tsparticles.slim.js +3710 -3601
- package/tsparticles.slim.min.js +2 -2
- package/tsparticles.updater.angle.js +1249 -1144
- package/tsparticles.updater.angle.min.js +2 -2
- package/tsparticles.updater.color.js +1249 -1144
- package/tsparticles.updater.color.min.js +2 -2
- package/tsparticles.updater.life.js +1249 -1144
- package/tsparticles.updater.life.min.js +2 -2
- package/tsparticles.updater.opacity.js +1249 -1144
- package/tsparticles.updater.opacity.min.js +2 -2
- package/tsparticles.updater.outModes.js +1249 -1144
- package/tsparticles.updater.outModes.min.js +2 -2
- package/tsparticles.updater.roll.js +1249 -1144
- package/tsparticles.updater.roll.min.js +2 -2
- package/tsparticles.updater.size.js +1249 -1144
- package/tsparticles.updater.size.min.js +2 -2
- package/tsparticles.updater.strokeColor.js +1249 -1144
- package/tsparticles.updater.strokeColor.min.js +2 -2
- package/tsparticles.updater.tilt.js +1249 -1144
- package/tsparticles.updater.tilt.min.js +2 -2
- package/tsparticles.updater.wobble.js +1249 -1144
- package/tsparticles.updater.wobble.min.js +2 -2
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
2
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
3
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
4
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
5
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
6
|
+
};
|
|
1
7
|
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
2
8
|
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
3
9
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
4
10
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
5
11
|
};
|
|
6
|
-
var _Options_instances, _Options_findDefaultTheme;
|
|
7
|
-
import { Interactivity } from "./Interactivity/Interactivity";
|
|
8
|
-
import { ParticlesOptions } from "./Particles/ParticlesOptions";
|
|
9
|
-
import { BackgroundMask } from "./BackgroundMask/BackgroundMask";
|
|
12
|
+
var _Options_instances, _Options_engine, _Options_findDefaultTheme;
|
|
10
13
|
import { Background } from "./Background/Background";
|
|
11
|
-
import {
|
|
12
|
-
import { Theme } from "./Theme/Theme";
|
|
14
|
+
import { BackgroundMask } from "./BackgroundMask/BackgroundMask";
|
|
13
15
|
import { FullScreen } from "./FullScreen/FullScreen";
|
|
14
|
-
import {
|
|
16
|
+
import { Interactivity } from "./Interactivity/Interactivity";
|
|
15
17
|
import { ManualParticle } from "./ManualParticle";
|
|
18
|
+
import { Motion } from "./Motion/Motion";
|
|
19
|
+
import { ParticlesOptions } from "./Particles/ParticlesOptions";
|
|
16
20
|
import { Responsive } from "./Responsive";
|
|
17
|
-
import {
|
|
21
|
+
import { Theme } from "./Theme/Theme";
|
|
22
|
+
import { deepExtend } from "../../Utils";
|
|
18
23
|
/**
|
|
19
24
|
* [[include:Options.md]]
|
|
20
25
|
* @category Options
|
|
21
26
|
*/
|
|
22
27
|
export class Options {
|
|
23
|
-
constructor() {
|
|
28
|
+
constructor(engine) {
|
|
24
29
|
_Options_instances.add(this);
|
|
30
|
+
_Options_engine.set(this, void 0);
|
|
31
|
+
__classPrivateFieldSet(this, _Options_engine, engine, "f");
|
|
25
32
|
this.autoPlay = true;
|
|
26
33
|
this.background = new Background();
|
|
27
34
|
this.backgroundMask = new BackgroundMask();
|
|
28
35
|
this.fullScreen = new FullScreen();
|
|
29
36
|
this.detectRetina = true;
|
|
30
37
|
this.duration = 0;
|
|
31
|
-
this.fpsLimit =
|
|
38
|
+
this.fpsLimit = 120;
|
|
32
39
|
this.interactivity = new Interactivity();
|
|
33
40
|
this.manualParticles = [];
|
|
34
41
|
this.motion = new Motion();
|
|
@@ -142,7 +149,7 @@ export class Options {
|
|
|
142
149
|
this.motion.load(data.motion);
|
|
143
150
|
this.particles.load(data.particles);
|
|
144
151
|
this.style = deepExtend(this.style, data.style);
|
|
145
|
-
|
|
152
|
+
__classPrivateFieldGet(this, _Options_engine, "f").plugins.loadOptions(this, data);
|
|
146
153
|
if (data.responsive !== undefined) {
|
|
147
154
|
for (const responsive of data.responsive) {
|
|
148
155
|
const optResponsive = new Responsive();
|
|
@@ -184,10 +191,10 @@ export class Options {
|
|
|
184
191
|
return responsiveOptions === null || responsiveOptions === void 0 ? void 0 : responsiveOptions.maxWidth;
|
|
185
192
|
}
|
|
186
193
|
importPreset(preset) {
|
|
187
|
-
this.load(
|
|
194
|
+
this.load(__classPrivateFieldGet(this, _Options_engine, "f").plugins.getPreset(preset));
|
|
188
195
|
}
|
|
189
196
|
}
|
|
190
|
-
_Options_instances = new WeakSet(), _Options_findDefaultTheme = function _Options_findDefaultTheme(mode) {
|
|
197
|
+
_Options_engine = new WeakMap(), _Options_instances = new WeakSet(), _Options_findDefaultTheme = function _Options_findDefaultTheme(mode) {
|
|
191
198
|
var _a;
|
|
192
199
|
return ((_a = this.themes.find((theme) => theme.default.value && theme.default.mode === mode)) !== null && _a !== void 0 ? _a : this.themes.find((theme) => theme.default.value && theme.default.mode === "any" /* any */));
|
|
193
200
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { IRgb, IHsl, IHsv, IValueColor } from "../../Core/Interfaces";
|
|
1
|
+
import type { IHsl, IHsv, IRgb, IValueColor } from "../../Core/Interfaces";
|
|
3
2
|
import type { RecursivePartial, SingleOrMultiple } from "../../Types";
|
|
4
3
|
import type { IOptionLoader } from "../Interfaces/IOptionLoader";
|
|
4
|
+
import type { IOptionsColor } from "../Interfaces/IOptionsColor";
|
|
5
5
|
/**
|
|
6
6
|
* [[include:Color.md]]
|
|
7
7
|
* @category Options
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BounceFactor } from "./BounceFactor";
|
|
1
2
|
import type { IBounce } from "../../../Interfaces/Particles/Bounce/IBounce";
|
|
2
3
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
4
|
import type { RecursivePartial } from "../../../../Types";
|
|
4
|
-
import { BounceFactor } from "./BounceFactor";
|
|
5
5
|
export declare class Bounce implements IBounce, IOptionLoader<IBounce> {
|
|
6
6
|
horizontal: BounceFactor;
|
|
7
7
|
vertical: BounceFactor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { ICollisions } from "../../../Interfaces/Particles/Collisions/ICollisions";
|
|
2
|
-
import { CollisionMode } from "../../../../Enums";
|
|
3
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
4
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
5
1
|
import { Bounce } from "../Bounce/Bounce";
|
|
2
|
+
import { CollisionMode } from "../../../../Enums";
|
|
6
3
|
import { CollisionsOverlap } from "./CollisionsOverlap";
|
|
4
|
+
import type { ICollisions } from "../../../Interfaces/Particles/Collisions/ICollisions";
|
|
5
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
6
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
7
7
|
/**
|
|
8
8
|
* @category Options
|
|
9
9
|
* [[include:Collisions.md]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
2
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
1
|
import type { ICollisionsOverlap } from "../../../Interfaces/Particles/Collisions/ICollisionsOverlap";
|
|
2
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
4
4
|
export declare class CollisionsOverlap implements ICollisionsOverlap, IOptionLoader<ICollisionsOverlap> {
|
|
5
5
|
enable: boolean;
|
|
6
6
|
retries: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { DestroyMode } from "../../../../Enums";
|
|
1
2
|
import { IDestroy } from "../../../Interfaces/Particles/Destroy/IDestroy";
|
|
2
3
|
import { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
-
import { DestroyMode } from "../../../../Enums";
|
|
4
4
|
import { RecursivePartial } from "../../../../Types";
|
|
5
5
|
import { Split } from "./Split";
|
|
6
6
|
export declare class Destroy implements IDestroy, IOptionLoader<IDestroy> {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { ISplit } from "../../../Interfaces/Particles/Destroy/ISplit";
|
|
2
1
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
-
import {
|
|
2
|
+
import { IParticles } from "../../../Interfaces/Particles/IParticles";
|
|
3
|
+
import type { ISplit } from "../../../Interfaces/Particles/Destroy/ISplit";
|
|
4
4
|
import { RecursivePartial } from "../../../../Types";
|
|
5
|
+
import { SplitFactor } from "./SplitFactor";
|
|
5
6
|
import { SplitRate } from "./SplitRate";
|
|
6
|
-
import { IParticles } from "../../../Interfaces/Particles/IParticles";
|
|
7
7
|
export declare class Split implements ISplit, IOptionLoader<ISplit> {
|
|
8
8
|
count: number;
|
|
9
9
|
factor: SplitFactor;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ILife } from "../../../Interfaces/Particles/Life/ILife";
|
|
2
2
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
4
3
|
import { LifeDelay } from "./LifeDelay";
|
|
5
4
|
import { LifeDuration } from "./LifeDuration";
|
|
5
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
6
6
|
export declare class Life implements ILife, IOptionLoader<ILife> {
|
|
7
7
|
count: number;
|
|
8
8
|
delay: LifeDelay;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { ILinks } from "../../../Interfaces/Particles/Links/ILinks";
|
|
2
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
2
3
|
import { LinksShadow } from "./LinksShadow";
|
|
3
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
4
4
|
import { LinksTriangle } from "./LinksTriangle";
|
|
5
5
|
import { OptionsColor } from "../../OptionsColor";
|
|
6
|
-
import type {
|
|
6
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
7
7
|
/**
|
|
8
8
|
* [[include:Options/Particles/Links.md]]
|
|
9
9
|
* @category Options
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ILinksShadow } from "../../../Interfaces/Particles/Links/ILinksShadow";
|
|
2
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
3
|
-
import { OptionsColor } from "../../OptionsColor";
|
|
4
2
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
+
import { OptionsColor } from "../../OptionsColor";
|
|
4
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
5
5
|
/**
|
|
6
6
|
* @category Options
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ILinksTriangle } from "../../../Interfaces/Particles/Links/ILinksTriangle";
|
|
2
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
2
3
|
import { OptionsColor } from "../../OptionsColor";
|
|
3
4
|
import type { RecursivePartial } from "../../../../Types";
|
|
4
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
5
5
|
/**
|
|
6
6
|
* @category Options
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IAttract } from "../../../Interfaces/Particles/Move/IAttract";
|
|
2
|
-
import type { ICoordinates } from "../../../../Core
|
|
3
|
-
import type { RecursivePartial } from "../../../../Types/RecursivePartial";
|
|
2
|
+
import type { ICoordinates } from "../../../../Core";
|
|
4
3
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
5
5
|
/**
|
|
6
6
|
* @category Options
|
|
7
7
|
*/
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { IMove } from "../../../Interfaces/Particles/Move/IMove";
|
|
2
|
-
import { Attract } from "./Attract";
|
|
3
1
|
import { MoveDirection, MoveDirectionAlt, OutMode, OutModeAlt } from "../../../../Enums";
|
|
4
|
-
import { Trail } from "./Trail";
|
|
5
2
|
import type { RangeValue, RecursivePartial } from "../../../../Types";
|
|
6
|
-
import {
|
|
3
|
+
import { Attract } from "./Attract";
|
|
4
|
+
import type { IDistance } from "../../../../Core";
|
|
5
|
+
import type { IMove } from "../../../Interfaces/Particles/Move/IMove";
|
|
7
6
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
8
7
|
import { MoveAngle } from "./MoveAngle";
|
|
9
8
|
import { MoveGravity } from "./MoveGravity";
|
|
10
9
|
import { OutModes } from "./OutModes";
|
|
11
|
-
import
|
|
10
|
+
import { Path } from "./Path/Path";
|
|
12
11
|
import { Spin } from "./Spin";
|
|
12
|
+
import { Trail } from "./Trail";
|
|
13
13
|
/**
|
|
14
14
|
* [[include:Options/Particles/Move.md]]
|
|
15
15
|
* @category Options
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { deepExtend, setRangeValue } from "../../../../Utils";
|
|
1
2
|
import { Attract } from "./Attract";
|
|
2
|
-
import { Trail } from "./Trail";
|
|
3
|
-
import { Path } from "./Path/Path";
|
|
4
3
|
import { MoveAngle } from "./MoveAngle";
|
|
5
4
|
import { MoveGravity } from "./MoveGravity";
|
|
6
5
|
import { OutModes } from "./OutModes";
|
|
7
|
-
import {
|
|
6
|
+
import { Path } from "./Path/Path";
|
|
8
7
|
import { Spin } from "./Spin";
|
|
8
|
+
import { Trail } from "./Trail";
|
|
9
9
|
/**
|
|
10
10
|
* [[include:Options/Particles/Move.md]]
|
|
11
11
|
* @category Options
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { OutMode, OutModeAlt } from "../../../../Enums";
|
|
2
2
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
-
import {
|
|
3
|
+
import type { IOutModes } from "../../../Interfaces/Particles/Move/IOutModes";
|
|
4
4
|
import type { RecursivePartial } from "../../../../Types";
|
|
5
5
|
export declare class OutModes implements IOutModes, IOptionLoader<IOutModes> {
|
|
6
6
|
bottom?: OutMode | keyof typeof OutMode | OutModeAlt;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RecursivePartial, PathOptions } from "../../../../../Types";
|
|
3
|
-
import { PathDelay } from "./PathDelay";
|
|
1
|
+
import type { PathOptions, RecursivePartial } from "../../../../../Types";
|
|
4
2
|
import type { IOptionLoader } from "../../../../Interfaces/IOptionLoader";
|
|
3
|
+
import type { IPath } from "../../../../Interfaces/Particles/Move/Path/IPath";
|
|
4
|
+
import { PathDelay } from "./PathDelay";
|
|
5
5
|
/**
|
|
6
6
|
* @category Options
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { ISpin } from "../../../Interfaces/Particles/Move/ISpin";
|
|
2
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
-
import type { ICoordinates } from "../../../../Core/Interfaces";
|
|
4
1
|
import type { RangeValue, RecursivePartial } from "../../../../Types";
|
|
2
|
+
import type { ICoordinates } from "../../../../Core";
|
|
3
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
|
+
import type { ISpin } from "../../../Interfaces/Particles/Move/ISpin";
|
|
5
5
|
export declare class Spin implements ISpin, IOptionLoader<ISpin> {
|
|
6
6
|
acceleration: RangeValue;
|
|
7
7
|
enable: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
1
2
|
import type { ITrail } from "../../../Interfaces/Particles/Move/ITrail";
|
|
2
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
3
3
|
import { OptionsColor } from "../../OptionsColor";
|
|
4
|
-
import type {
|
|
4
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
5
5
|
/**
|
|
6
6
|
* @category Options
|
|
7
7
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { IDensity } from "../../../Interfaces/Particles/Number/IDensity";
|
|
2
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
3
2
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
4
4
|
/**
|
|
5
5
|
* @category Options
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { IParticlesNumber } from "../../../Interfaces/Particles/Number/IParticlesNumber";
|
|
2
1
|
import { Density } from "./Density";
|
|
3
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
4
2
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
+
import type { IParticlesNumber } from "../../../Interfaces/Particles/Number/IParticlesNumber";
|
|
4
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
5
5
|
/**
|
|
6
6
|
* [[include:Options/Particles/Number.md]]
|
|
7
7
|
* @category Options
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IOpacity } from "../../../Interfaces/Particles/Opacity/IOpacity";
|
|
2
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
2
3
|
import { OpacityAnimation } from "./OpacityAnimation";
|
|
3
4
|
import type { RecursivePartial } from "../../../../Types";
|
|
4
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
5
5
|
import { ValueWithRandom } from "../../ValueWithRandom";
|
|
6
6
|
/**
|
|
7
7
|
* [[include:Options/Particles/Opacity.md]]
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { IOpacityAnimation } from "../../../Interfaces/Particles/Opacity/IOpacityAnimation";
|
|
2
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
3
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
1
|
import { DestroyType, StartValueType } from "../../../../Enums";
|
|
5
2
|
import { AnimationOptions } from "../../AnimationOptions";
|
|
3
|
+
import type { IOpacityAnimation } from "../../../Interfaces/Particles/Opacity/IOpacityAnimation";
|
|
4
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
5
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
6
6
|
/**
|
|
7
7
|
* @category Options
|
|
8
8
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { IOrbit } from "../../../Interfaces/Particles/Orbit/IOrbit";
|
|
2
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
3
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
|
-
import { OrbitRotation } from "./OrbitRotation";
|
|
5
|
-
import { OptionsColor } from "../../OptionsColor";
|
|
6
1
|
import { AnimationOptions } from "../../AnimationOptions";
|
|
7
2
|
import type { IAnimatable } from "../../../Interfaces/IAnimatable";
|
|
3
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
|
+
import type { IOrbit } from "../../../Interfaces/Particles/Orbit/IOrbit";
|
|
5
|
+
import { OptionsColor } from "../../OptionsColor";
|
|
6
|
+
import { OrbitRotation } from "./OrbitRotation";
|
|
7
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
8
8
|
/**
|
|
9
9
|
* [[include:Options/Particles/Orbit.md]]
|
|
10
10
|
* @category Options
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OrbitRotation } from "./OrbitRotation";
|
|
2
|
-
import { OptionsColor } from "../../OptionsColor";
|
|
3
1
|
import { AnimationOptions } from "../../AnimationOptions";
|
|
2
|
+
import { OptionsColor } from "../../OptionsColor";
|
|
3
|
+
import { OrbitRotation } from "./OrbitRotation";
|
|
4
4
|
/**
|
|
5
5
|
* [[include:Options/Particles/Orbit.md]]
|
|
6
6
|
* @category Options
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
2
1
|
import type { IValueWithRandom } from "../../../Interfaces/IValueWithRandom";
|
|
2
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
3
3
|
import { ValueWithRandom } from "../../ValueWithRandom";
|
|
4
4
|
/**
|
|
5
5
|
* @category Options
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
+
import type { RecursivePartial, SingleOrMultiple } from "../../../Types";
|
|
2
|
+
import { AnimatableColor } from "../AnimatableColor";
|
|
3
|
+
import { AnimatableGradient } from "../AnimatableGradient";
|
|
4
|
+
import { Bounce } from "./Bounce/Bounce";
|
|
5
|
+
import { Collisions } from "./Collisions/Collisions";
|
|
6
|
+
import { Destroy } from "./Destroy/Destroy";
|
|
7
|
+
import type { IOptionLoader } from "../../Interfaces/IOptionLoader";
|
|
1
8
|
import type { IParticles } from "../../Interfaces/Particles/IParticles";
|
|
9
|
+
import { Life } from "./Life/Life";
|
|
2
10
|
import { Links } from "./Links/Links";
|
|
3
11
|
import { Move } from "./Move/Move";
|
|
4
|
-
import { ParticlesNumber } from "./Number/ParticlesNumber";
|
|
5
12
|
import { Opacity } from "./Opacity/Opacity";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
13
|
+
import { Orbit } from "./Orbit/Orbit";
|
|
14
|
+
import type { ParticlesGroups } from "../../../Types/ParticlesGroups";
|
|
15
|
+
import { ParticlesNumber } from "./Number/ParticlesNumber";
|
|
16
|
+
import { Repulse } from "./Repulse/Repulse";
|
|
17
|
+
import { Roll } from "./Roll/Roll";
|
|
8
18
|
import { Rotate } from "./Rotate/Rotate";
|
|
9
|
-
import type { RecursivePartial, SingleOrMultiple } from "../../../Types";
|
|
10
19
|
import { Shadow } from "./Shadow";
|
|
20
|
+
import { Shape } from "./Shape/Shape";
|
|
21
|
+
import { Size } from "./Size/Size";
|
|
11
22
|
import { Stroke } from "./Stroke";
|
|
12
|
-
import {
|
|
23
|
+
import { Tilt } from "./Tilt/Tilt";
|
|
13
24
|
import { Twinkle } from "./Twinkle/Twinkle";
|
|
14
|
-
import { AnimatableColor } from "../AnimatableColor";
|
|
15
|
-
import type { IOptionLoader } from "../../Interfaces/IOptionLoader";
|
|
16
|
-
import { Life } from "./Life/Life";
|
|
17
|
-
import { Bounce } from "./Bounce/Bounce";
|
|
18
|
-
import { Destroy } from "./Destroy/Destroy";
|
|
19
25
|
import { Wobble } from "./Wobble/Wobble";
|
|
20
|
-
import { Tilt } from "./Tilt/Tilt";
|
|
21
|
-
import { Roll } from "./Roll/Roll";
|
|
22
26
|
import { ZIndex } from "./ZIndex/ZIndex";
|
|
23
|
-
import type { ParticlesGroups } from "../../../Types/ParticlesGroups";
|
|
24
|
-
import { Orbit } from "./Orbit/Orbit";
|
|
25
|
-
import { Repulse } from "./Repulse/Repulse";
|
|
26
|
-
import { AnimatableGradient } from "../AnimatableGradient";
|
|
27
27
|
/**
|
|
28
28
|
* [[include:Options/Particles.md]]
|
|
29
29
|
* @category Options
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
+
import { AnimatableColor } from "../AnimatableColor";
|
|
2
|
+
import { AnimatableGradient } from "../AnimatableGradient";
|
|
3
|
+
import { Bounce } from "./Bounce/Bounce";
|
|
4
|
+
import { Collisions } from "./Collisions/Collisions";
|
|
5
|
+
import { Destroy } from "./Destroy/Destroy";
|
|
6
|
+
import { Life } from "./Life/Life";
|
|
1
7
|
import { Links } from "./Links/Links";
|
|
2
8
|
import { Move } from "./Move/Move";
|
|
3
|
-
import { ParticlesNumber } from "./Number/ParticlesNumber";
|
|
4
9
|
import { Opacity } from "./Opacity/Opacity";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
10
|
+
import { Orbit } from "./Orbit/Orbit";
|
|
11
|
+
import { ParticlesNumber } from "./Number/ParticlesNumber";
|
|
12
|
+
import { Repulse } from "./Repulse/Repulse";
|
|
13
|
+
import { Roll } from "./Roll/Roll";
|
|
7
14
|
import { Rotate } from "./Rotate/Rotate";
|
|
8
15
|
import { Shadow } from "./Shadow";
|
|
16
|
+
import { Shape } from "./Shape/Shape";
|
|
17
|
+
import { Size } from "./Size/Size";
|
|
9
18
|
import { Stroke } from "./Stroke";
|
|
10
|
-
import {
|
|
19
|
+
import { Tilt } from "./Tilt/Tilt";
|
|
11
20
|
import { Twinkle } from "./Twinkle/Twinkle";
|
|
12
|
-
import { AnimatableColor } from "../AnimatableColor";
|
|
13
|
-
import { Life } from "./Life/Life";
|
|
14
|
-
import { Bounce } from "./Bounce/Bounce";
|
|
15
|
-
import { Destroy } from "./Destroy/Destroy";
|
|
16
21
|
import { Wobble } from "./Wobble/Wobble";
|
|
17
|
-
import { Tilt } from "./Tilt/Tilt";
|
|
18
|
-
import { Roll } from "./Roll/Roll";
|
|
19
22
|
import { ZIndex } from "./ZIndex/ZIndex";
|
|
20
23
|
import { deepExtend } from "../../../Utils";
|
|
21
|
-
import { Orbit } from "./Orbit/Orbit";
|
|
22
|
-
import { Repulse } from "./Repulse/Repulse";
|
|
23
|
-
import { AnimatableGradient } from "../AnimatableGradient";
|
|
24
24
|
/**
|
|
25
25
|
* [[include:Options/Particles.md]]
|
|
26
26
|
* @category Options
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
1
2
|
import type { IRepulse } from "../../../Interfaces/Particles/Repulse/IRepulse";
|
|
2
3
|
import type { RecursivePartial } from "../../../../Types";
|
|
3
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
4
|
import { ValueWithRandom } from "../../ValueWithRandom";
|
|
5
5
|
/**
|
|
6
6
|
* @category Options
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { IRoll } from "../../../Interfaces/Particles/Roll/IRoll";
|
|
2
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
1
|
import type { RangeValue, RecursivePartial } from "../../../../Types";
|
|
2
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
+
import type { IRoll } from "../../../Interfaces/Particles/Roll/IRoll";
|
|
4
4
|
import { OptionsColor } from "../../OptionsColor";
|
|
5
5
|
import { RollLight } from "./RollLight";
|
|
6
6
|
import { RollMode } from "../../../../Enums";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IRollLight } from "../../../Interfaces/Particles/Roll/IRollLight";
|
|
2
1
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
2
|
+
import type { IRollLight } from "../../../Interfaces/Particles/Roll/IRollLight";
|
|
3
3
|
import type { RecursivePartial } from "../../../../Types";
|
|
4
4
|
export declare class RollLight implements IRollLight, IOptionLoader<IRollLight> {
|
|
5
5
|
enable: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { IRotate } from "../../../Interfaces/Particles/Rotate/IRotate";
|
|
2
|
-
import { RotateAnimation } from "./RotateAnimation";
|
|
3
1
|
import { RotateDirection, RotateDirectionAlt } from "../../../../Enums";
|
|
4
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
5
2
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
|
+
import type { IRotate } from "../../../Interfaces/Particles/Rotate/IRotate";
|
|
4
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
5
|
+
import { RotateAnimation } from "./RotateAnimation";
|
|
6
6
|
import { ValueWithRandom } from "../../ValueWithRandom";
|
|
7
7
|
/**
|
|
8
8
|
* [[include:Options/Particles/Rotate.md]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
1
2
|
import type { IRotateAnimation } from "../../../Interfaces/Particles/Rotate/IRotateAnimation";
|
|
2
3
|
import type { RecursivePartial } from "../../../../Types";
|
|
3
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
4
|
/**
|
|
5
5
|
* @category Options
|
|
6
6
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import type { ICoordinates } from "../../../Core";
|
|
2
|
+
import type { IOptionLoader } from "../../Interfaces/IOptionLoader";
|
|
1
3
|
import type { IShadow } from "../../Interfaces/Particles/IShadow";
|
|
2
|
-
import type { ICoordinates } from "../../../Core/Interfaces/ICoordinates";
|
|
3
|
-
import type { RecursivePartial } from "../../../Types";
|
|
4
4
|
import { OptionsColor } from "../OptionsColor";
|
|
5
|
-
import type {
|
|
5
|
+
import type { RecursivePartial } from "../../../Types";
|
|
6
6
|
/**
|
|
7
7
|
* @category Options
|
|
8
8
|
* [[include:Shadow.md]]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { IShape } from "../../../Interfaces/Particles/Shape/IShape";
|
|
2
|
-
import { ShapeType } from "../../../../Enums";
|
|
3
1
|
import type { RecursivePartial, ShapeData, SingleOrMultiple } from "../../../../Types";
|
|
4
|
-
import { Stroke } from "../Stroke";
|
|
5
|
-
import type { IPolygonShape } from "../../../Interfaces/Particles/Shape/IPolygonShape";
|
|
6
|
-
import type { IImageShape } from "../../../Interfaces/Particles/Shape/IImageShape";
|
|
7
2
|
import type { ICharacterShape } from "../../../Interfaces/Particles/Shape/ICharacterShape";
|
|
3
|
+
import type { IImageShape } from "../../../Interfaces/Particles/Shape/IImageShape";
|
|
8
4
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
5
|
+
import type { IPolygonShape } from "../../../Interfaces/Particles/Shape/IPolygonShape";
|
|
6
|
+
import type { IShape } from "../../../Interfaces/Particles/Shape/IShape";
|
|
7
|
+
import { ShapeType } from "../../../../Enums";
|
|
8
|
+
import { Stroke } from "../Stroke";
|
|
9
9
|
/**
|
|
10
10
|
* [[include:Options/Particles/Shape.md]]
|
|
11
11
|
* @category Options
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
1
2
|
import type { ISize } from "../../../Interfaces/Particles/Size/ISize";
|
|
2
|
-
import { SizeAnimation } from "./SizeAnimation";
|
|
3
3
|
import type { RecursivePartial } from "../../../../Types";
|
|
4
|
-
import
|
|
4
|
+
import { SizeAnimation } from "./SizeAnimation";
|
|
5
5
|
import { ValueWithRandom } from "../../ValueWithRandom";
|
|
6
6
|
/**
|
|
7
7
|
* [[include:Options/Particles/Size.md]]
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { ISizeAnimation } from "../../../Interfaces/Particles/Size/ISizeAnimation";
|
|
2
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
3
1
|
import { DestroyType, StartValueType } from "../../../../Enums";
|
|
4
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
5
2
|
import { AnimationOptions } from "../../AnimationOptions";
|
|
3
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
|
+
import type { ISizeAnimation } from "../../../Interfaces/Particles/Size/ISizeAnimation";
|
|
5
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
6
6
|
/**
|
|
7
7
|
* @category Options
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { IStroke } from "../../Interfaces/Particles/IStroke";
|
|
2
|
-
import type { RecursivePartial } from "../../../Types";
|
|
3
1
|
import { AnimatableColor } from "../AnimatableColor";
|
|
4
2
|
import type { IOptionLoader } from "../../Interfaces/IOptionLoader";
|
|
3
|
+
import type { IStroke } from "../../Interfaces/Particles/IStroke";
|
|
4
|
+
import type { RecursivePartial } from "../../../Types";
|
|
5
5
|
/**
|
|
6
6
|
* [[include:Options/Particles/Stroke.md]]
|
|
7
7
|
* @category Options
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TiltAnimation } from "./TiltAnimation";
|
|
2
1
|
import { TiltDirection, TiltDirectionAlt } from "../../../../Enums";
|
|
3
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
4
2
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
5
|
-
import { ValueWithRandom } from "../../ValueWithRandom";
|
|
6
3
|
import type { ITilt } from "../../../Interfaces/Particles/Tilt/ITilt";
|
|
4
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
5
|
+
import { TiltAnimation } from "./TiltAnimation";
|
|
6
|
+
import { ValueWithRandom } from "../../ValueWithRandom";
|
|
7
7
|
/**
|
|
8
8
|
* [[include:Options/Particles/Rotate.md]]
|
|
9
9
|
* @category Options
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
2
1
|
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
3
2
|
import type { ITiltAnimation } from "../../../Interfaces/Particles/Tilt/ITiltAnimation";
|
|
3
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
4
4
|
/**
|
|
5
5
|
* @category Options
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
1
2
|
import type { ITwinkle } from "../../../Interfaces/Particles/Twinkle/ITwinkle";
|
|
2
3
|
import type { RecursivePartial } from "../../../../Types";
|
|
3
4
|
import { TwinkleValues } from "./TwinkleValues";
|
|
4
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
5
5
|
/**
|
|
6
6
|
* [[include:Options/Particles/Twinkle.md]]
|
|
7
7
|
* @category Options
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
1
2
|
import type { ITwinkleValues } from "../../../Interfaces/Particles/Twinkle/ITwinkleValues";
|
|
2
|
-
import type { RecursivePartial } from "../../../../Types";
|
|
3
3
|
import { OptionsColor } from "../../OptionsColor";
|
|
4
|
-
import type {
|
|
4
|
+
import type { RecursivePartial } from "../../../../Types";
|
|
5
5
|
/**
|
|
6
6
|
* @category Options
|
|
7
7
|
*/
|