目前仅支持单一楼栋图层(GeoSingleBuildingLayer)
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
参数选项:
|
Example:
//示例代码:
var singleBuildingLayer = new Cesium.GeoSingleBuildingLayer({
...
});
var anima = new Cesium.GeoAnimationSpreading({
name: '模型展开动画',
startTime: 0,
duration: 3,
direction: true,
offset: 20,
element: singleBuildingLayer
});
anima.play();
Demo:
Extends
Members
动画播放完成时事件
- Inherited From:
Methods
销毁
暂停
播放
重置
停止