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/

 

posted @ 2021-10-12 17:50  1156740846  阅读(277)  评论(0编辑  收藏  举报