Skip to content

Commit f9c89f3

Browse files
author
Alexander Vakrilov
authored
Merge pull request #4075 from NativeScript/PetyaSotirova/api-links
Fix wrong API ref links
2 parents 502a37d + 07247e9 commit f9c89f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tns-core-modules/ui/animation/animation.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface AnimationDefinition {
5656
iterations?: number;
5757

5858
/**
59-
* An optional animation curve. Possible values are contained in the [AnimationCurve enumeration](../enums/AnimationCurve/README.md).
59+
* An optional animation curve. Possible values are contained in the [AnimationCurve enumeration](../modules/_ui_enums_.animationcurve.html).
6060
* Alternatively, you can pass an instance of type UIViewAnimationCurve for iOS or android.animation.TimeInterpolator for Android.
6161
*/
6262
curve?: any;

tns-core-modules/ui/animation/keyframe-animation.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class KeyframeAnimationInfo {
4343
iterations: number;
4444

4545
/**
46-
* An optional animation curve. Possible values are contained in the [AnimationCurve enumeration](../enums/AnimationCurve/README.md).
46+
* An optional animation curve. Possible values are contained in the [AnimationCurve enumeration](../modules/_ui_enums_.animationcurve.html).
4747
* Alternatively, you can pass an instance of type UIViewAnimationCurve for iOS or android.animation.TimeInterpolator for Android.
4848
*/
4949
curve: any;

0 commit comments

Comments
 (0)