NativeScript
Open main menu
Docs
@nativescript/core
Open NativeScript GitHub
Close menu
Docs
@nativescript/core
Search Anything
Preparing search index...
The search index is not available
NativeScript
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
@nativescript/core
Animation
Class Animation
Modules
Animation
constructor
cancel
is
Playing
play
_resolve
Animation
Curve
Defines a animation set.
Hierarchy
Animation
Index
Constructors
constructor
Properties
cancel
is
Playing
play
Methods
_resolve
Animation
Curve
Constructors
constructor
new
Animation
(
animationDefinitions
:
AnimationDefinition[]
, playSequentially
?:
boolean
)
:
Animation
Parameters
animationDefinitions:
AnimationDefinition[]
Optional
playSequentially:
boolean
Returns
Animation
Properties
cancel
cancel
:
function
Type declaration
(
)
:
void
Returns
void
is
Playing
is
Playing
:
boolean
play
play
:
function
Type declaration
(
resetOnFinish
?:
boolean
)
:
AnimationPromise
Parameters
Optional
resetOnFinish:
boolean
Returns
AnimationPromise
Methods
_resolve
Animation
Curve
_resolve
Animation
Curve
(
curve
:
any
)
:
any
Parameters
curve:
any
Returns
any
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Defines a animation set.