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,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
|
export declare class Links implements ILinks, IOptionLoader<ILinks> {
|
|
8
8
|
blink: boolean;
|
|
9
9
|
color: OptionsColor;
|
|
@@ -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
|
export declare class LinksShadow implements ILinksShadow, IOptionLoader<ILinksShadow> {
|
|
6
6
|
blur: number;
|
|
7
7
|
color: OptionsColor;
|
|
@@ -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
|
export declare class LinksTriangle implements ILinksTriangle, IOptionLoader<ILinksTriangle> {
|
|
6
6
|
color?: OptionsColor;
|
|
7
7
|
enable: boolean;
|
|
@@ -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
|
export declare class Attract implements IAttract, IOptionLoader<IAttract> {
|
|
6
6
|
get rotateX(): number;
|
|
7
7
|
set rotateX(value: number);
|
|
@@ -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
|
export declare class Move implements IMove, IOptionLoader<IMove> {
|
|
14
14
|
get collisions(): boolean;
|
|
15
15
|
set collisions(value: boolean);
|
|
@@ -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
|
export class Move {
|
|
10
10
|
constructor() {
|
|
11
11
|
this.angle = new MoveAngle();
|
|
@@ -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
|
export declare class Path implements IPath, IOptionLoader<IPath> {
|
|
6
6
|
clamp: boolean;
|
|
7
7
|
delay: PathDelay;
|
|
@@ -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
|
export declare class Trail implements ITrail, IOptionLoader<ITrail> {
|
|
6
6
|
enable: boolean;
|
|
7
7
|
length: number;
|
|
@@ -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
|
export declare class Density implements IDensity, IOptionLoader<IDensity> {
|
|
5
5
|
get value_area(): number;
|
|
6
6
|
set value_area(value: number);
|
|
@@ -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
|
export declare class ParticlesNumber implements IParticlesNumber, IOptionLoader<IParticlesNumber> {
|
|
6
6
|
get max(): number;
|
|
7
7
|
set max(value: number);
|
|
@@ -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
|
export declare class Opacity extends ValueWithRandom implements IOpacity, IOptionLoader<IOpacity> {
|
|
7
7
|
get anim(): OpacityAnimation;
|
|
@@ -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
|
export declare class OpacityAnimation extends AnimationOptions implements IOpacityAnimation, IOptionLoader<IOpacityAnimation> {
|
|
7
7
|
get opacity_min(): number | undefined;
|
|
8
8
|
set opacity_min(value: number | undefined);
|
|
@@ -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
|
export declare class Orbit implements IOrbit, IOptionLoader<IOrbit>, IAnimatable<AnimationOptions> {
|
|
9
9
|
animation: AnimationOptions;
|
|
10
10
|
enable: boolean;
|
|
@@ -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
|
export class Orbit {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.animation = new AnimationOptions();
|
|
@@ -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
|
export declare class OrbitRotation extends ValueWithRandom {
|
|
5
5
|
constructor();
|
|
@@ -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
|
export declare class ParticlesOptions implements IParticles, IOptionLoader<IParticles> {
|
|
28
28
|
bounce: Bounce;
|
|
29
29
|
collisions: Collisions;
|
|
@@ -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
|
export class ParticlesOptions {
|
|
25
25
|
constructor() {
|
|
26
26
|
this.bounce = new Bounce();
|
|
@@ -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
|
export declare class Repulse extends ValueWithRandom implements IRepulse, IOptionLoader<IRepulse> {
|
|
6
6
|
enabled: boolean;
|
|
@@ -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
|
export declare class Rotate extends ValueWithRandom implements IRotate, IOptionLoader<IRotate> {
|
|
8
8
|
animation: RotateAnimation;
|
|
@@ -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
|
export declare class RotateAnimation implements IRotateAnimation, IOptionLoader<IRotateAnimation> {
|
|
5
5
|
enable: boolean;
|
|
6
6
|
speed: number;
|
|
@@ -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
|
export declare class Shadow implements IShadow, IOptionLoader<IShadow> {
|
|
7
7
|
blur: number;
|
|
8
8
|
color: OptionsColor;
|
|
@@ -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
|
export declare class Shape implements IShape, IOptionLoader<IShape> {
|
|
10
10
|
get image(): SingleOrMultiple<IImageShape>;
|
|
11
11
|
set image(value: SingleOrMultiple<IImageShape>);
|
|
@@ -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
|
export declare class Size extends ValueWithRandom implements ISize, IOptionLoader<ISize> {
|
|
7
7
|
get anim(): SizeAnimation;
|
|
@@ -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
|
export declare class SizeAnimation extends AnimationOptions implements ISizeAnimation, IOptionLoader<ISizeAnimation> {
|
|
7
7
|
get size_min(): number | undefined;
|
|
8
8
|
set size_min(value: number | undefined);
|
|
@@ -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
|
export declare class Stroke implements IStroke, IOptionLoader<IStroke> {
|
|
6
6
|
color?: AnimatableColor;
|
|
7
7
|
width: number;
|
|
@@ -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
|
export declare class Tilt extends ValueWithRandom implements ITilt, IOptionLoader<ITilt> {
|
|
8
8
|
animation: TiltAnimation;
|
|
9
9
|
direction: TiltDirection | keyof typeof TiltDirection | TiltDirectionAlt;
|
|
@@ -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
|
export declare class TiltAnimation implements ITiltAnimation, IOptionLoader<ITiltAnimation> {
|
|
5
5
|
enable: boolean;
|
|
6
6
|
speed: number;
|
|
@@ -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
|
export declare class Twinkle implements ITwinkle, IOptionLoader<ITwinkle> {
|
|
6
6
|
lines: TwinkleValues;
|
|
7
7
|
particles: TwinkleValues;
|
|
@@ -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
|
export declare class TwinkleValues implements ITwinkleValues, IOptionLoader<ITwinkleValues> {
|
|
6
6
|
color?: OptionsColor;
|
|
7
7
|
enable: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { IWobble } from "../../../Interfaces/Particles/Wobble/IWobble";
|
|
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 { IWobble } from "../../../Interfaces/Particles/Wobble/IWobble";
|
|
4
4
|
export declare class Wobble implements IWobble, IOptionLoader<IWobble> {
|
|
5
5
|
distance: RangeValue;
|
|
6
6
|
enable: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
1
2
|
import type { IZIndex } from "../../../Interfaces/Particles/ZIndex/IZIndex";
|
|
2
3
|
import type { RecursivePartial } from "../../../../Types";
|
|
3
|
-
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
|
|
4
4
|
import { ValueWithRandom } from "../../ValueWithRandom";
|
|
5
5
|
export declare class ZIndex extends ValueWithRandom implements IZIndex, IOptionLoader<IZIndex> {
|
|
6
6
|
opacityRate: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IRandom } from "../Interfaces/IRandom";
|
|
2
1
|
import type { IOptionLoader } from "../Interfaces/IOptionLoader";
|
|
2
|
+
import type { IRandom } from "../Interfaces/IRandom";
|
|
3
3
|
import type { RecursivePartial } from "../../Types";
|
|
4
4
|
export declare class Random implements IRandom, IOptionLoader<IRandom> {
|
|
5
5
|
enable: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { IResponsive } from "../Interfaces/IResponsive";
|
|
2
1
|
import type { IOptionLoader } from "../Interfaces/IOptionLoader";
|
|
3
|
-
import type { RecursivePartial } from "../../Types";
|
|
4
2
|
import type { IOptions } from "../Interfaces/IOptions";
|
|
3
|
+
import type { IResponsive } from "../Interfaces/IResponsive";
|
|
4
|
+
import type { RecursivePartial } from "../../Types";
|
|
5
5
|
import { ResponsiveMode } from "../../Enums";
|
|
6
6
|
export declare class Responsive implements IResponsive, IOptionLoader<IResponsive> {
|
|
7
7
|
maxWidth: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { ITheme } from "../../Interfaces/Theme/ITheme";
|
|
2
|
-
import type { RecursivePartial } from "../../../Types";
|
|
3
1
|
import type { IOptionLoader } from "../../Interfaces/IOptionLoader";
|
|
4
2
|
import type { IOptions } from "../../Interfaces/IOptions";
|
|
3
|
+
import type { ITheme } from "../../Interfaces/Theme/ITheme";
|
|
4
|
+
import type { RecursivePartial } from "../../../Types";
|
|
5
5
|
import { ThemeDefault } from "./ThemeDefault";
|
|
6
6
|
export declare class Theme implements ITheme, IOptionLoader<ITheme> {
|
|
7
7
|
name: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { IThemeDefault } from "../../Interfaces/Theme/IThemeDefault";
|
|
2
1
|
import type { IOptionLoader } from "../../Interfaces/IOptionLoader";
|
|
3
|
-
import {
|
|
2
|
+
import type { IThemeDefault } from "../../Interfaces/Theme/IThemeDefault";
|
|
4
3
|
import type { RecursivePartial } from "../../../Types";
|
|
4
|
+
import { ThemeMode } from "../../../Enums";
|
|
5
5
|
export declare class ThemeDefault implements IThemeDefault, IOptionLoader<IThemeDefault> {
|
|
6
6
|
auto: boolean;
|
|
7
7
|
mode: ThemeMode | keyof ThemeMode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RangeValue, RecursivePartial } from "../../Types";
|
|
2
2
|
import type { IOptionLoader } from "../Interfaces/IOptionLoader";
|
|
3
|
+
import type { IValueWithRandom } from "../Interfaces/IValueWithRandom";
|
|
3
4
|
import { Random } from "./Random";
|
|
4
|
-
import type { RangeValue, RecursivePartial } from "../../Types";
|
|
5
5
|
export declare abstract class ValueWithRandom implements IValueWithRandom, IOptionLoader<IValueWithRandom> {
|
|
6
6
|
random: Random;
|
|
7
7
|
value: RangeValue;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IColor } from "../../../Core/Interfaces/Colors";
|
|
2
1
|
import type { IBackgroundMaskCover } from "./IBackgroundMaskCover";
|
|
2
|
+
import type { IColor } from "../../../Core";
|
|
3
3
|
export interface IBackgroundMask {
|
|
4
4
|
composite: string;
|
|
5
5
|
cover: IBackgroundMaskCover | IColor | string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { IOptionsColor } from "./IOptionsColor";
|
|
2
1
|
import type { IColorAnimation } from "./IColorAnimation";
|
|
3
2
|
import type { IHslAnimation } from "./IHslAnimation";
|
|
3
|
+
import type { IOptionsColor } from "./IOptionsColor";
|
|
4
4
|
export interface IAnimatableColor extends IOptionsColor {
|
|
5
5
|
animation: IColorAnimation | IHslAnimation;
|
|
6
6
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IAnimatableGradientColor, IOptionsGradient } from "./IOptionsGradient";
|
|
2
|
-
import type { IGradientAngle } from "../../Core/Interfaces";
|
|
3
2
|
import type { IAnimatable } from "./IAnimatable";
|
|
4
3
|
import type { IAnimation } from "./IAnimation";
|
|
4
|
+
import type { IGradientAngle } from "../../Core";
|
|
5
5
|
export declare type IAnimatableGradient = IOptionsGradient & {
|
|
6
6
|
angle: IGradientAngle & IAnimatable<IAnimation>;
|
|
7
7
|
colors: IAnimatableGradientColor[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ICoordinates } from "../../Core
|
|
1
|
+
import type { ICoordinates } from "../../Core";
|
|
2
2
|
import type { IParticles } from "./Particles/IParticles";
|
|
3
3
|
import type { RecursivePartial } from "../../Types";
|
|
4
4
|
export interface IManualParticle {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { IInteractivity } from "./Interactivity/IInteractivity";
|
|
2
|
-
import type { IParticles } from "./Particles/IParticles";
|
|
3
|
-
import type { IBackgroundMask } from "./BackgroundMask/IBackgroundMask";
|
|
4
|
-
import type { IBackground } from "./Background/IBackground";
|
|
5
1
|
import type { RangeValue, RecursivePartial, SingleOrMultiple } from "../../Types";
|
|
6
|
-
import type {
|
|
2
|
+
import type { IBackground } from "./Background/IBackground";
|
|
3
|
+
import type { IBackgroundMask } from "./BackgroundMask/IBackgroundMask";
|
|
7
4
|
import type { IFullScreen } from "./FullScreen/IFullScreen";
|
|
8
|
-
import type {
|
|
5
|
+
import type { IInteractivity } from "./Interactivity/IInteractivity";
|
|
9
6
|
import type { IManualParticle } from "./IManualParticle";
|
|
7
|
+
import type { IMotion } from "./Motion/IMotion";
|
|
8
|
+
import type { IParticles } from "./Particles/IParticles";
|
|
10
9
|
import type { IResponsive } from "./IResponsive";
|
|
10
|
+
import type { ITheme } from "./Theme/ITheme";
|
|
11
11
|
export interface IOptions {
|
|
12
12
|
autoPlay: boolean;
|
|
13
13
|
background: IBackground;
|