greensock / GSAP

GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web
https://gsap.com
19.56k stars 1.72k forks source link

Zoom Teleport/Warp Effect #459

Closed fleeasura123 closed 3 years ago

fleeasura123 commented 3 years ago

Good day! I am very fascinated by this effect.

zoom teleport warp

Any tips how can we implement it on TweenLite or other animation technologies? Or demos I can see.. Or what should I learn to implement such effect?

Any help is appreciated.

jackdoyle commented 3 years ago

This is definitely something that's better to post in the forums: https://greensock.com/forums

You can certainly use GSAP to animate that, and to get the warping effect you'd use something like PixiJS or WebGL or ThreeJS maybe.

Good luck!

jackdoyle commented 3 years ago

I just saw this tweet and it looked like maybe exactly what you need: https://twitter.com/PixiJS/status/1403437660639698948

fleeasura123 commented 3 years ago

@jackdoyle Thank very much for the help!