tsParticles - v4.3.1
Preparing search index...
tsParticles Confetti Bundle
bundle
IBackground
Interface IBackground
interface
IBackground
{
color
:
string
|
IRangeColor
;
draw
?:
(
context
:
BackgroundDrawContext
,
delta
:
IDelta
)
=>
void
;
element
?:
|
string
|
HTMLCanvasElement
|
OffscreenCanvas
|
HTMLVideoElement
|
HTMLImageElement
;
image
:
string
;
opacity
:
number
;
position
:
string
;
repeat
:
string
;
size
:
string
;
}
Implemented by
Background
Index
Properties
color
draw?
element?
image
opacity
position
repeat
size
Properties
color
color
:
string
|
IRangeColor
Optional
draw
draw
?:
(
context
:
BackgroundDrawContext
,
delta
:
IDelta
)
=>
void
Optional
element
element
?:
|
string
|
HTMLCanvasElement
|
OffscreenCanvas
|
HTMLVideoElement
|
HTMLImageElement
image
image
:
string
opacity
opacity
:
number
position
position
:
string
repeat
repeat
:
string
size
size
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
draw
element
image
opacity
position
repeat
size
tsParticles - v4.3.1
Loading...