mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Fixed tslint issues
This commit is contained in:
6
ui/animation/animation.d.ts
vendored
6
ui/animation/animation.d.ts
vendored
@ -61,9 +61,9 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines a custom animation timing curve by using the cubic-bezier function.
|
||||
* Possible values are numeric values from 0 to 1
|
||||
*/
|
||||
* Defines a custom animation timing curve by using the cubic-bezier function.
|
||||
* Possible values are numeric values from 0 to 1
|
||||
*/
|
||||
export class CubicBezierAnimationCurve {
|
||||
|
||||
public x1: number;
|
||||
|
Reference in New Issue
Block a user