threejs-example-for-miniprogram icon indicating copy to clipboard operation
threejs-example-for-miniprogram copied to clipboard

AnimationAction 动画结束播放事件

Open neciszhang opened this issue 6 years ago • 1 comments

您好,想请教一下: 官网上: 有两个事件分别表示了单次循环的结束和全部动作的结束,你可以这样对它们做出响应: mixer.addEventListener( 'loop', function( e ) { …} ); // properties of e: type, action and loopDelta mixer.addEventListener( 'finished', function( e ) { …} ); // properties of e: type, action and direction

在小程序该如何写呀。

neciszhang avatar Jan 16 '20 09:01 neciszhang

mixer 应该也是可以 addEventListener

yannliao avatar Feb 29 '20 14:02 yannliao