mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fix wron API ref links
This commit is contained in:
2
tns-core-modules/ui/animation/animation.d.ts
vendored
2
tns-core-modules/ui/animation/animation.d.ts
vendored
@ -56,7 +56,7 @@ export interface AnimationDefinition {
|
|||||||
iterations?: number;
|
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.
|
* Alternatively, you can pass an instance of type UIViewAnimationCurve for iOS or android.animation.TimeInterpolator for Android.
|
||||||
*/
|
*/
|
||||||
curve?: any;
|
curve?: any;
|
||||||
|
@ -43,7 +43,7 @@ export class KeyframeAnimationInfo {
|
|||||||
iterations: number;
|
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.
|
* 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