@magiclane/maps-sdk
Preparing search index...
GemAnimation
Class GemAnimation
Animation helper class.
Index
Constructors
constructor
Properties
duration
on
Completed?
type
Methods
to
Json
from
Json
Constructors
constructor
new
GemAnimation
(
__namedParameters
:
{
duration
?:
number
;
onCompleted
?:
()
=>
void
;
type
?:
AnimationType
;
}
,
)
:
GemAnimation
Parameters
__namedParameters
:
{
duration
?:
number
;
onCompleted
?:
()
=>
void
;
type
?:
AnimationType
}
Returns
GemAnimation
Properties
duration
duration
:
number
Optional
on
Completed
onCompleted
?:
()
=>
void
type
type
:
AnimationType
Methods
to
Json
toJson
()
:
{
duration
:
number
;
progress
:
any
;
type
:
number
}
Returns
{
duration
:
number
;
progress
:
any
;
type
:
number
}
Static
from
Json
fromJson
(
json
:
{
duration
:
number
;
progress
:
any
;
type
:
number
}
)
:
GemAnimation
Parameters
json
:
{
duration
:
number
;
progress
:
any
;
type
:
number
}
Returns
GemAnimation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
duration
on
Completed
type
Methods
to
Json
from
Json
@magiclane/maps-sdk
Loading...
Animation helper class.