mirror of https://gitee.com/antv-l7/antv-l7
fix(pointlayer): point amimate
This commit is contained in:
parent
995cb5c0f6
commit
73eeaf484c
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue