gsap动画
作者:互联网
gsap真是个好东西,有了它,所有的动画都变得那么的优美
gsap.to(this.camera.position, { x: 0, y: gy, z: -1, duration: 3, ease:"expo.out", onUpdate: () => { this.camera.lookAt(this.scene.position); }, onComplete: () => { this.camera.lookAt(this.scene.position); } })
TweenMax中文网(GreenSock动画平台,GSAP)
http://www.tweenmax.com.cn/index.html
gasp官网
https://greensock.com/why-gsap/
标签:动画,scene,gsap,camera,lookAt,position 来源: https://www.cnblogs.com/LcxSummer/p/15398907.html