Scrawl-canvas API
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Preparing search index...
ActionInstance
Interface ActionInstance
interface
ActionInstance
{
action
?:
DefaultInputFunction
;
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
;
addToTargets
:
(
item
:
any
)
=>
TweenAnimationInstance
;
addToTicker
:
(
item
:
string
)
=>
TweenAnimationInstance
;
checkForTarget
:
(
item
:
string
)
=>
TweenTargetInstance
[]
;
clone
:
(
item
?:
ActionFactoryInputs
)
=>
ActionInstance
;
complete
:
()
=>
void
;
delta
?:
ActionFactoryDeltaInputs
;
get
:
(
item
:
string
)
=>
any
;
halt
:
()
=>
void
;
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
,
)
=>
any
;
isRunning
:
()
=>
void
;
kill
:
(
item
?:
any
)
=>
void
;
name
?:
string
;
order
?:
number
;
removeFromTargets
:
(
item
:
any
)
=>
TweenAnimationInstance
;
removeFromTicker
:
(
item
?:
string
)
=>
TweenAnimationInstance
;
reset
:
()
=>
void
;
resume
:
()
=>
void
;
reverse
:
()
=>
void
;
reverseOnCycleEnd
?:
boolean
;
revert
?:
DefaultInputFunction
;
run
:
()
=>
void
;
saveAsPacket
:
(
item
?:
boolean
|
ActionSaveInputs
)
=>
string
;
set
:
(
item
?:
ActionFactoryInputs
)
=>
ActionInstance
;
setDelta
:
(
item
?:
ActionFactoryDeltaInputs
)
=>
ActionInstance
;
setTargets
:
(
item
:
any
)
=>
TweenAnimationInstance
;
targets
?:
TweenTargetInstance
|
TweenTargetInstance
[]
;
ticker
?:
string
|
TickerInstance
;
time
?:
StringOrNumberInput
;
}
Hierarchy (
View Summary
)
ActionFactoryInputs
ActionFactoryFunctions
ActionInstance
Index
Properties
action?
action
Packet
add
To
Targets
add
To
Ticker
check
For
Target
clone
complete
delta?
get
halt
import
Packet
is
Running
kill
name?
order?
remove
From
Targets
remove
From
Ticker
reset
resume
reverse
reverse
On
Cycle
End?
revert?
run
save
As
Packet
set
set
Delta
set
Targets
targets?
ticker?
time?
Properties
Optional
action
action
?:
DefaultInputFunction
action
Packet
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
add
To
Targets
addToTargets
:
(
item
:
any
)
=>
TweenAnimationInstance
add
To
Ticker
addToTicker
:
(
item
:
string
)
=>
TweenAnimationInstance
check
For
Target
checkForTarget
:
(
item
:
string
)
=>
TweenTargetInstance
[]
clone
clone
:
(
item
?:
ActionFactoryInputs
)
=>
ActionInstance
complete
complete
:
()
=>
void
Optional
delta
delta
?:
ActionFactoryDeltaInputs
get
get
:
(
item
:
string
)
=>
any
halt
halt
:
()
=>
void
import
Packet
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
)
=>
any
is
Running
isRunning
:
()
=>
void
kill
kill
:
(
item
?:
any
)
=>
void
Optional
name
name
?:
string
Optional
order
order
?:
number
remove
From
Targets
removeFromTargets
:
(
item
:
any
)
=>
TweenAnimationInstance
remove
From
Ticker
removeFromTicker
:
(
item
?:
string
)
=>
TweenAnimationInstance
reset
reset
:
()
=>
void
resume
resume
:
()
=>
void
reverse
reverse
:
()
=>
void
Optional
reverse
On
Cycle
End
reverseOnCycleEnd
?:
boolean
Optional
revert
revert
?:
DefaultInputFunction
run
run
:
()
=>
void
save
As
Packet
saveAsPacket
:
(
item
?:
boolean
|
ActionSaveInputs
)
=>
string
set
set
:
(
item
?:
ActionFactoryInputs
)
=>
ActionInstance
set
Delta
setDelta
:
(
item
?:
ActionFactoryDeltaInputs
)
=>
ActionInstance
set
Targets
setTargets
:
(
item
:
any
)
=>
TweenAnimationInstance
Optional
targets
targets
?:
TweenTargetInstance
|
TweenTargetInstance
[]
Optional
ticker
ticker
?:
string
|
TickerInstance
Optional
time
time
?:
StringOrNumberInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
action
Packet
add
To
Targets
add
To
Ticker
check
For
Target
clone
complete
delta
get
halt
import
Packet
is
Running
kill
name
order
remove
From
Targets
remove
From
Ticker
reset
resume
reverse
reverse
On
Cycle
End
revert
run
save
As
Packet
set
set
Delta
set
Targets
targets
ticker
time
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Scrawl-canvas API
Loading...