ecspresso
Preparing search index...
plugins/tween
Tween
Interface Tween
interface
Tween
{
completedLoops
:
number
;
currentStep
:
number
;
direction
:
-1
|
1
;
elapsed
:
number
;
justFinished
:
boolean
;
loop
:
LoopMode
;
onComplete
?:
(
data
:
TweenEventData
)
=>
void
;
state
:
"pending"
|
"active"
|
"complete"
;
steps
:
TweenStep
[]
;
totalLoops
:
number
;
}
Index
Properties
completed
Loops
current
Step
direction
elapsed
just
Finished
loop
on
Complete?
state
steps
total
Loops
Properties
completed
Loops
completedLoops
:
number
current
Step
currentStep
:
number
direction
direction
:
-1
|
1
elapsed
elapsed
:
number
just
Finished
justFinished
:
boolean
loop
loop
:
LoopMode
Optional
on
Complete
onComplete
?:
(
data
:
TweenEventData
)
=>
void
state
state
:
"pending"
|
"active"
|
"complete"
steps
steps
:
TweenStep
[]
total
Loops
totalLoops
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
Loops
current
Step
direction
elapsed
just
Finished
loop
on
Complete
state
steps
total
Loops
ecspresso
Loading...