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