We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4841a78 commit 58b76baCopy full SHA for 58b76ba
packages/core/src/pen/model.ts
@@ -310,7 +310,7 @@ export interface Pen extends Rect {
310
311
lineAnimateElement?: string; // 动画自定义元素
312
lineAnimateIcon?: string; // 动画图标元素
313
- lineAnimateImages:string[]; // 动画图片元素
+ lineAnimateImages?:string[]; // 动画图片元素
314
lineAnimatePens?: string; // 动画目标 pen id
315
316
lineAnimateDash?: number[] | string; // 动画元素间隔
0 commit comments