Variable PARTICLE_EASEConst
PARTICLE_EASE: {
BackIn: 4;
BackInOut: 6;
BackOut: 5;
CircIn: 7;
CircInOut: 9;
CircOut: 8;
CubicIn: 10;
CubicInOut: 12;
CubicOut: 11;
ElasticIn: 25;
ElasticInOut: 27;
ElasticOut: 26;
ExpoIn: 13;
ExpoInOut: 15;
ExpoOut: 14;
Linear: 0;
QuadIn: 16;
QuadInOut: 18;
QuadOut: 17;
QuartIn: 19;
QuartInOut: 21;
QuartOut: 20;
QuintIn: 1;
QuintInOut: 3;
QuintOut: 2;
SineIn: 22;
SineInOut: 24;
SineOut: 23;
} = ...
Type declaration
Readonly
BackIn: 4
Readonly
BackInOut: 6
Readonly
BackOut: 5
Readonly
CircIn: 7
Readonly
CircInOut: 9
Readonly
CircOut: 8
Readonly
CubicIn: 10
Readonly
CubicInOut: 12
Readonly
CubicOut: 11
Readonly
ElasticIn: 25
Readonly
ElasticInOut: 27
Readonly
ElasticOut: 26
Readonly
ExpoIn: 13
Readonly
ExpoInOut: 15
Readonly
ExpoOut: 14
Readonly
Linear: 0
Readonly
QuadIn: 16
Readonly
QuadInOut: 18
Readonly
QuadOut: 17
Readonly
QuartIn: 19
Readonly
QuartInOut: 21
Readonly
QuartOut: 20
Readonly
QuintIn: 1
Readonly
QuintInOut: 3
Readonly
QuintOut: 2
Readonly
SineIn: 22
Readonly
SineInOut: 24
Readonly
SineOut: 23