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
CoreTypes
AnimationCurve
Namespace AnimationCurve
Modules
Core
Types
Animation
Curve
ease
ease
In
ease
InOut
ease
Out
linear
spring
cubic
Bezier
Index
Variables
ease
ease
In
ease
InOut
ease
Out
linear
spring
Functions
cubic
Bezier
Variables
Const
ease
ease
:
"ease"
Const
ease
In
ease
In
:
"easeIn"
Const
ease
InOut
ease
InOut
:
"easeInOut"
Const
ease
Out
ease
Out
:
"easeOut"
Const
linear
linear
:
"linear"
Const
spring
spring
:
"spring"
Functions
cubic
Bezier
cubic
Bezier
(
x1
:
number
, y1
:
number
, x2
:
number
, y2
:
number
)
:
Object
Parameters
x1:
number
y1:
number
x2:
number
y2:
number
Returns
Object
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