fix(pointlayer): point amimate

This commit is contained in:
thinkinggis 2020-01-01 11:25:04 +08:00
parent 995cb5c0f6
commit 73eeaf484c
1 changed files with 1 additions and 1 deletions

View File

@ -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({