From 10dd60d4bbd448ac3a7807274d39f3df9b4796e5 Mon Sep 17 00:00:00 2001 From: Nikolay Tsonev Date: Tue, 5 Sep 2017 18:22:26 +0300 Subject: [PATCH] edit broken link (#4799) --- tns-core-modules/ui/frame/frame.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules/ui/frame/frame.d.ts b/tns-core-modules/ui/frame/frame.d.ts index 2ae6c98d1..a2eb65553 100644 --- a/tns-core-modules/ui/frame/frame.d.ts +++ b/tns-core-modules/ui/frame/frame.d.ts @@ -262,7 +262,7 @@ export interface NavigationTransition { 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. */ curve?: any;