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')
|
.color('#ff6b34')
|
||||||
.texture('plane')
|
.texture('plane')
|
||||||
.shape('arc3d')
|
.shape('arc3d')
|
||||||
// .shape('arc')
|
|
||||||
.size(20)
|
.size(20)
|
||||||
// .active(true)
|
|
||||||
.animate({
|
.animate({
|
||||||
duration: 10,
|
duration: 1,
|
||||||
interval: 0.2,
|
interval: 0.2,
|
||||||
trailLength: 0.05
|
trailLength: 0.05
|
||||||
})
|
})
|
||||||
|
|
|
@ -92,7 +92,7 @@ scene.on('loaded', () => {
|
||||||
.size(20)
|
.size(20)
|
||||||
// .active(true)
|
// .active(true)
|
||||||
.animate({
|
.animate({
|
||||||
duration: 10,
|
duration: 1,
|
||||||
interval: 0.2,
|
interval: 0.2,
|
||||||
trailLength: 0.05
|
trailLength: 0.05
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue