phina.js.d.ts
Preparing search index...
phina
accessory
FrameAnimation
Interface FrameAnimation
interface
FrameAnimation
{
finished
:
boolean
;
fit
:
boolean
;
paused
:
boolean
;
target
?:
phina
.
app
.
Element
;
addEventListener
(
type
:
string
,
listener
:
Function
)
:
this
;
attachTo
(
element
:
phina
.
app
.
Element
)
:
this
;
clear
(
type
:
string
)
:
this
;
clearEventListener
(
type
:
string
)
:
this
;
dispatchEvent
(
e
:
{
type
:
string
}
)
:
this
;
dispatchEventByType
(
type
:
string
,
param
:
object
)
:
this
;
fire
(
e
:
{
type
:
string
}
)
:
this
;
flare
(
type
:
string
,
param
?:
object
)
:
this
;
getTarget
()
:
void
|
phina
.
app
.
Element
;
gotoAndPlay
(
name
:
string
,
keep
?:
boolean
)
:
this
;
gotoAndStop
(
name
:
string
)
:
this
;
has
(
type
:
string
)
:
boolean
;
hasEventListener
(
type
:
string
)
:
boolean
;
isAttached
()
:
boolean
;
off
(
type
:
string
,
listener
:
Function
)
:
this
;
on
(
type
:
string
,
listener
:
Function
)
:
this
;
one
(
type
:
string
,
listener
:
Function
)
:
this
;
remove
()
:
void
;
removeEventListener
(
type
:
string
,
listener
:
Function
)
:
this
;
setTarget
(
target
:
phina
.
app
.
Element
)
:
this
;
update
()
:
void
;
}
Hierarchy (
View Summary
)
phina
.
accessory
.
Accessory
FrameAnimation
Index
Properties
finished
fit
paused
target?
Methods
add
Event
Listener
attach
To
clear
clear
Event
Listener
dispatch
Event
dispatch
Event
By
Type
fire
flare
get
Target
goto
And
Play
goto
And
Stop
has
has
Event
Listener
is
Attached
off
on
one
remove
remove
Event
Listener
set
Target
update
Properties
finished
finished
:
boolean
fit
fit
:
boolean
paused
paused
:
boolean
Optional
target
target
?:
phina
.
app
.
Element
Methods
add
Event
Listener
addEventListener
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
attach
To
attachTo
(
element
:
phina
.
app
.
Element
)
:
this
Parameters
element
:
phina
.
app
.
Element
Returns
this
clear
clear
(
type
:
string
)
:
this
Parameters
type
:
string
Returns
this
clear
Event
Listener
clearEventListener
(
type
:
string
)
:
this
Parameters
type
:
string
Returns
this
dispatch
Event
dispatchEvent
(
e
:
{
type
:
string
}
)
:
this
Parameters
e
:
{
type
:
string
}
Returns
this
dispatch
Event
By
Type
dispatchEventByType
(
type
:
string
,
param
:
object
)
:
this
Parameters
type
:
string
param
:
object
Returns
this
fire
fire
(
e
:
{
type
:
string
}
)
:
this
Parameters
e
:
{
type
:
string
}
Returns
this
flare
flare
(
type
:
string
,
param
?:
object
)
:
this
Parameters
type
:
string
Optional
param
:
object
Returns
this
get
Target
getTarget
()
:
void
|
phina
.
app
.
Element
Returns
void
|
phina
.
app
.
Element
goto
And
Play
gotoAndPlay
(
name
:
string
,
keep
?:
boolean
)
:
this
Parameters
name
:
string
Optional
keep
:
boolean
Returns
this
goto
And
Stop
gotoAndStop
(
name
:
string
)
:
this
Parameters
name
:
string
Returns
this
has
has
(
type
:
string
)
:
boolean
Parameters
type
:
string
Returns
boolean
has
Event
Listener
hasEventListener
(
type
:
string
)
:
boolean
Parameters
type
:
string
Returns
boolean
is
Attached
isAttached
()
:
boolean
Returns
boolean
off
off
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
on
on
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
one
one
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
remove
remove
()
:
void
Returns
void
remove
Event
Listener
removeEventListener
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
set
Target
setTarget
(
target
:
phina
.
app
.
Element
)
:
this
Parameters
target
:
phina
.
app
.
Element
Returns
this
update
update
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
finished
fit
paused
target
Methods
add
Event
Listener
attach
To
clear
clear
Event
Listener
dispatch
Event
dispatch
Event
By
Type
fire
flare
get
Target
goto
And
Play
goto
And
Stop
has
has
Event
Listener
is
Attached
off
on
one
remove
remove
Event
Listener
set
Target
update
phina.js.d.ts
Loading...