UNPKG
@tsparticles/interaction-external-attract
Version:
alpha (3.0.0-alpha.1)
beta (3.6.0-beta.1)
latest (3.8.1)
next (3.0.2)
3.8.1
3.8.0
3.7.1
3.7.0
3.6.0
3.6.0-beta.1
3.6.0-beta.0
3.5.0
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
3.0.0-alpha.1
3.0.0-alpha.0
tsParticles attract external interaction
particles.js.org
tsparticles/tsparticles
@tsparticles/interaction-external-attract
/
types
/
Options
/
Interfaces
/
IAttract.d.ts
10 lines
(9 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
EasingType
,
EasingTypeAlt
}
from
"@tsparticles/engine"
;
export
interface
IAttract
{
distance
:
number
;
duration
:
number
;
easing
:
EasingType
|
EasingTypeAlt
;
factor
:
number
;
maxSpeed
:
number
;
speed
:
number
; }