Scrawl-canvas API
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Preparing search index...
AnimationInstance
Interface AnimationInstance
interface
AnimationInstance
{
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
;
fn
?:
DefaultInputFunction
;
get
:
(
item
:
string
)
=>
any
;
halt
:
()
=>
AnimationInstance
;
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
,
)
=>
any
;
isRunning
:
()
=>
boolean
;
kill
:
(
item
?:
any
)
=>
void
;
maxFrameRate
?:
number
;
name
?:
string
;
onHalt
?:
DefaultInputFunction
;
onKill
?:
DefaultInputFunction
;
onRun
?:
DefaultInputFunction
;
order
?:
number
;
run
:
()
=>
AnimationInstance
;
}
Hierarchy (
View Summary
)
AnimationFactoryInputs
AnimationFactoryFunctions
AnimationInstance
Index
Properties
action
Packet
fn?
get
halt
import
Packet
is
Running
kill
max
Frame
Rate?
name?
on
Halt?
on
Kill?
on
Run?
order?
run
Properties
action
Packet
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
Optional
fn
fn
?:
DefaultInputFunction
get
get
:
(
item
:
string
)
=>
any
halt
halt
:
()
=>
AnimationInstance
import
Packet
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
)
=>
any
is
Running
isRunning
:
()
=>
boolean
kill
kill
:
(
item
?:
any
)
=>
void
Optional
max
Frame
Rate
maxFrameRate
?:
number
Optional
name
name
?:
string
Optional
on
Halt
onHalt
?:
DefaultInputFunction
Optional
on
Kill
onKill
?:
DefaultInputFunction
Optional
on
Run
onRun
?:
DefaultInputFunction
Optional
order
order
?:
number
run
run
:
()
=>
AnimationInstance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Packet
fn
get
halt
import
Packet
is
Running
kill
max
Frame
Rate
name
on
Halt
on
Kill
on
Run
order
run
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Scrawl-canvas API
Loading...