mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
edit broken link (#4799)
This commit is contained in:
committed by
SvetoslavTsenov
parent
b01c083d67
commit
10dd60d4bb
2
tns-core-modules/ui/frame/frame.d.ts
vendored
2
tns-core-modules/ui/frame/frame.d.ts
vendored
@@ -262,7 +262,7 @@ export interface NavigationTransition {
|
|||||||
duration?: number;
|
duration?: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An optional transition animation curve. Possible values are contained in the [AnimationCurve enumeration](../enums/AnimationCurve/README.md).
|
* An optional transition animation curve. Possible values are contained in the [AnimationCurve enumeration](https://docs.nativescript.org/api-reference/modules/_ui_enums_.animationcurve.html).
|
||||||
* Alternatively, you can pass an instance of type UIViewAnimationCurve for iOS or android.animation.TimeInterpolator for Android.
|
* Alternatively, you can pass an instance of type UIViewAnimationCurve for iOS or android.animation.TimeInterpolator for Android.
|
||||||
*/
|
*/
|
||||||
curve?: any;
|
curve?: any;
|
||||||
|
|||||||
Reference in New Issue
Block a user