File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tns-core-modules/ui/animation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments