mirror of https://gitee.com/antv-l7/antv-l7
feat: 调整官网航向图 demo
This commit is contained in:
parent
ce18df1c10
commit
823e77fa63
|
@ -88,11 +88,9 @@ scene.on('loaded', () => {
|
|||
.color('#ff6b34')
|
||||
.texture('plane')
|
||||
.shape('arc3d')
|
||||
// .shape('arc')
|
||||
.size(20)
|
||||
// .active(true)
|
||||
.animate({
|
||||
duration: 10,
|
||||
duration: 1,
|
||||
interval: 0.2,
|
||||
trailLength: 0.05
|
||||
})
|
||||
|
|
|
@ -92,7 +92,7 @@ scene.on('loaded', () => {
|
|||
.size(20)
|
||||
// .active(true)
|
||||
.animate({
|
||||
duration: 10,
|
||||
duration: 1,
|
||||
interval: 0.2,
|
||||
trailLength: 0.05
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue