From 823e77fa63cefcf5177e6a5078469c21952857f9 Mon Sep 17 00:00:00 2001 From: shihui Date: Thu, 2 Dec 2021 19:50:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=AE=98=E7=BD=91?= =?UTF-8?q?=E8=88=AA=E5=90=91=E5=9B=BE=20demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/gallery/animate/demo/plane_animate.js | 4 +--- examples/gallery/animate/demo/plane_animate2.js | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/gallery/animate/demo/plane_animate.js b/examples/gallery/animate/demo/plane_animate.js index e897820d44..8dbe16b5f3 100644 --- a/examples/gallery/animate/demo/plane_animate.js +++ b/examples/gallery/animate/demo/plane_animate.js @@ -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 }) diff --git a/examples/gallery/animate/demo/plane_animate2.js b/examples/gallery/animate/demo/plane_animate2.js index 2c7a971bd9..69af65e8a2 100644 --- a/examples/gallery/animate/demo/plane_animate2.js +++ b/examples/gallery/animate/demo/plane_animate2.js @@ -92,7 +92,7 @@ scene.on('loaded', () => { .size(20) // .active(true) .animate({ - duration: 10, + duration: 1, interval: 0.2, trailLength: 0.05 })