Search
Preparing search index...
The search index is not available
keyframegen - v0.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Component
Class Component
Hierarchy
Component
Scale
Rotate
Translate
Skew
Index
Constructors
constructor
Properties
delay
duration
easing
easing
Object
from
to
Methods
calculate
Ease
get
Eased
Matrix
get
Matrix
serialize
Constructors
constructor
new
Component
(
options
?:
ComponentOptions
)
:
Component
Parameters
Default value
options:
ComponentOptions
= {}
Returns
Component
Properties
delay
delay
:
number
= 0
duration
duration
:
number
= 1000
easing
easing
:
string
= "bounce"
easing
Object
easing
Object
:
Easing
from
from
:
Coordinate
|
number
= null
to
to
:
Coordinate
|
number
= null
Methods
calculate
Ease
calculate
Ease
(
ratio
:
number
)
:
number
Parameters
ratio:
number
Returns
number
get
Eased
Matrix
get
Eased
Matrix
(
_ratio
:
number
)
:
Matrix4D
Parameters
_ratio:
number
Returns
Matrix4D
get
Matrix
get
Matrix
(
_x
?:
number
, _y
?:
number
)
:
Matrix4D
Parameters
Optional
_x:
number
Optional
_y:
number
Returns
Matrix4D
serialize
serialize
(
)
:
ComponentOptions
Returns
ComponentOptions
Globals
Component
constructor
delay
duration
easing
easing
Object
from
to
calculate
Ease
get
Eased
Matrix
get
Matrix
serialize