tsParticles - v0.0.0
Preparing search index...
tsParticles All Bundle
bundle
IParticleValueAnimation
Interface IParticleValueAnimation<T>
interface
IParticleValueAnimation
<
T
>
{
decay
?:
number
;
delayTime
?:
number
;
enable
:
boolean
;
initialValue
?:
number
;
loops
?:
number
;
maxLoops
?:
number
;
status
?:
AnimationStatus
;
time
?:
number
;
value
:
T
;
velocity
?:
number
;
}
Type Parameters
T
Hierarchy (
View Summary
)
IParticleValueAnimation
IParticleColorAnimation
IParticleNumericValueAnimation
Index
Properties
decay?
delay
Time?
enable
initial
Value?
loops?
max
Loops?
status?
time?
value
velocity?
Properties
Optional
decay
decay
?:
number
Optional
delay
Time
delayTime
?:
number
enable
enable
:
boolean
Optional
initial
Value
initialValue
?:
number
Optional
loops
loops
?:
number
Optional
max
Loops
maxLoops
?:
number
Optional
status
status
?:
AnimationStatus
Optional
time
time
?:
number
value
value
:
T
Optional
velocity
velocity
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decay
delay
Time
enable
initial
Value
loops
max
Loops
status
time
value
velocity
tsParticles - v0.0.0
Loading...