Skip to content

Commit

Permalink
fix(pointlayer): point amimate
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Jan 1, 2020
1 parent 9e800f8 commit fd66d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layers/src/point/models/fill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class FillModel extends BaseModel {
];
}
protected animateOption2Array(option: IAnimateOption): number[] {
return [option.enable ? 0 : 1.0, option.speed || 1, option.rings || 3];
return [option.enable ? 0 : 1.0, option.speed || 1, option.rings || 3, 0];
}
protected registerBuiltinAttributes() {
this.styleAttributeService.registerStyleAttribute({
Expand Down

0 comments on commit fd66d90

Please sign in to comment.