未验证 提交 dbbd3bd8 编写于 作者: 沙城破 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-interpolation-calculation.md

Signed-off-by: N沙城破 <yd1508574@sina.com>
上级 f5719059
......@@ -35,7 +35,7 @@ init(curve?: Curve): Object
## curves.steps
steps(count: number, end?: boolean): Object
steps(count: number, end: boolean): Object
构造阶梯曲线对象。
......@@ -45,7 +45,7 @@ steps(count: number, end?: boolean): Object
| 参数名 | 类型 | 必填 | 默认值 | 说明 |
| ----- | ------- | ---- | ---- | ---------------------------------------- |
| count | number | 是 | - | 阶梯的数量,需要为正整数。 |
| end | boolean | | true | 在每个间隔的起点或是终点发生阶跃变化&nbsp;,默认值为true,即在终点发生阶跃变化。 |
| end | boolean | | true | 在每个间隔的起点或是终点发生阶跃变化&nbsp;,默认值为true,即在终点发生阶跃变化。 |
- 返回值<br>
曲线对象Object。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册