phina.js.d.ts
Preparing search index...
phina
accessory
TweenerStatic
Interface TweenerStatic
interface
TweenerStatic
{
new
TweenerStatic
(
target
?:
phina
.
app
.
Element
)
:
phina
.
accessory
.
Tweener
;
UPDATE_MAP
:
{
delta
:
{
duration
:
number
;
func
:
(
app
:
phina
.
app
.
BaseApp
)
=>
number
}
;
fps
:
{
duration
:
number
;
func
:
(
app
:
phina
.
app
.
BaseApp
)
=>
number
}
;
normal
:
{
duration
:
number
;
func
:
(
app
:
phina
.
app
.
BaseApp
)
=>
number
}
;
}
;
(
target
?:
phina
.
app
.
Element
)
:
phina
.
accessory
.
Tweener
;
}
TweenerStatic
(
target
?:
phina
.
app
.
Element
)
:
phina
.
accessory
.
Tweener
Parameters
Optional
target
:
phina
.
app
.
Element
Returns
phina
.
accessory
.
Tweener
Index
Constructors
constructor
Properties
UPDATE_
MAP
Constructors
constructor
new
TweenerStatic
(
target
?:
phina
.
app
.
Element
)
:
phina
.
accessory
.
Tweener
Parameters
Optional
target
:
phina
.
app
.
Element
Returns
phina
.
accessory
.
Tweener
Properties
UPDATE_
MAP
UPDATE_MAP
:
{
delta
:
{
duration
:
number
;
func
:
(
app
:
phina
.
app
.
BaseApp
)
=>
number
}
;
fps
:
{
duration
:
number
;
func
:
(
app
:
phina
.
app
.
BaseApp
)
=>
number
}
;
normal
:
{
duration
:
number
;
func
:
(
app
:
phina
.
app
.
BaseApp
)
=>
number
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
UPDATE_
MAP
phina.js.d.ts
Loading...