Fix wron API ref links

This commit is contained in:
Petya Sotirova
2017-04-27 18:31:59 +03:00
parent 826c922a98
commit 07247e9fcc
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ export interface AnimationDefinition {
iterations?: number;
/**
* An optional animation curve. Possible values are contained in the [AnimationCurve enumeration](../enums/AnimationCurve/README.md).
* An optional animation curve. Possible values are contained in the [AnimationCurve enumeration](../modules/_ui_enums_.animationcurve.html).
* Alternatively, you can pass an instance of type UIViewAnimationCurve for iOS or android.animation.TimeInterpolator for Android.
*/
curve?: any;

View File

@ -43,7 +43,7 @@ export class KeyframeAnimationInfo {
iterations: number;
/**
* An optional animation curve. Possible values are contained in the [AnimationCurve enumeration](../enums/AnimationCurve/README.md).
* An optional animation curve. Possible values are contained in the [AnimationCurve enumeration](../modules/_ui_enums_.animationcurve.html).
* Alternatively, you can pass an instance of type UIViewAnimationCurve for iOS or android.animation.TimeInterpolator for Android.
*/
curve: any;