Name | Type | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
参数选项:
|
Example:
class GeoAnimationGrow extends GeoAnimation {
constructor(options = {}) {
super(options);
...
}
_initClocker() {
super._initClocker();
}
_initSampler() {
...
}
_onTick() {
super._onTick();
...
}
_onStop() {
super._onStop();
...
}
destroy() {
super.destroy();
...
}
}
Members
动画播放完成时事件
Methods
销毁
暂停
播放
重置
停止