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
Transition
Class Transition
Modules
Transition
constructor
Android
Transition
Type
animateIOSTransition
create
Android
Animator
get
Curve
get
Duration
to
String
Hierarchy
Transition
Index
Constructors
constructor
Properties
Android
Transition
Type
Methods
animateIOSTransition
create
Android
Animator
get
Curve
get
Duration
to
String
Constructors
constructor
new
Transition
(
duration
:
number
, nativeCurve
:
any
)
:
Transition
Parameters
duration:
number
nativeCurve:
any
Returns
Transition
Properties
Static
Android
Transition
Type
Android
Transition
Type
:
object
Type declaration
enter
:
string
exit
:
string
pop
Enter
:
string
pop
Exit
:
string
Methods
animateIOSTransition
animateIOSTransition
(
containerView
:
any
, fromView
:
any
, toView
:
any
, operation
:
any
, completion
:
function
)
:
void
Parameters
containerView:
any
fromView:
any
toView:
any
operation:
any
completion:
function
(
finished
:
boolean
)
:
void
Parameters
finished:
boolean
Returns
void
Returns
void
create
Android
Animator
create
Android
Animator
(
transitionType
:
string
)
:
any
Parameters
transitionType:
string
Returns
any
get
Curve
get
Curve
(
)
:
any
Returns
any
get
Duration
get
Duration
(
)
:
number
Returns
number
to
String
to
String
(
)
:
string
Returns
string
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