tsParticles - v0.0.0
Preparing search index...
tsParticles Particles.js integration
bundle
IParticlesOptions
Interface IParticlesOptions
interface
IParticlesOptions
{
bounce
:
IParticlesBounce
;
color
:
IAnimatableColor
;
effect
:
IEffect
;
groups
:
ParticlesGroups
;
move
:
IMove
;
number
:
IParticlesNumber
;
opacity
:
IOpacity
;
reduceDuplicates
:
boolean
;
shape
:
IShape
;
size
:
ISize
;
stroke
:
SingleOrMultiple
<
IStroke
>
;
zIndex
:
IZIndex
;
[
name
:
string
]:
unknown
;
}
Implemented by
ParticlesOptions
Indexable
[
name
:
string
]:
unknown
Index
Properties
bounce
color
effect
groups
move
number
opacity
reduce
Duplicates
shape
size
stroke
z
Index
Properties
bounce
bounce
:
IParticlesBounce
color
color
:
IAnimatableColor
effect
effect
:
IEffect
groups
groups
:
ParticlesGroups
move
move
:
IMove
number
number
:
IParticlesNumber
opacity
opacity
:
IOpacity
reduce
Duplicates
reduceDuplicates
:
boolean
shape
shape
:
IShape
size
size
:
ISize
stroke
stroke
:
SingleOrMultiple
<
IStroke
>
z
Index
zIndex
:
IZIndex
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounce
color
effect
groups
move
number
opacity
reduce
Duplicates
shape
size
stroke
z
Index
tsParticles - v0.0.0
Loading...