I have figured out how to create the rotating images/videos, but I don’t how to create the on click animation shown in the video. Can anyone help me out on how to approach this problem?
I have figured out how to create the rotating images/videos, but I don’t how to create the on click animation shown in the video. Can anyone help me out on how to approach this problem?
For overlay you can implement variation of that project.
For instance, in this project separate and scatter the elements of carousel by click using e.g. GSAP or TWEEN, and re-position them how you expect.
1 Like
Thanks for the help buddy 8).