I want to recreate the below effect using scrollTrigger.
Don’t know where to start, kinda help me out!
I want to recreate the below effect using scrollTrigger.
Don’t know where to start, kinda help me out!
PlaneGeometry
.ShaderMaterial
.VideoTexture
instead normal texture.3
to 2
.VertexShader
to get fancy waving shape of geometry.ScrollTrigger
because it is connected to native scrollbar, and you will get trouble in mobile devices. Because your Canvas
will be constantly recalculated, and that fact will destroy all UX
on mobile.Really appreciated for all the replies, will try them as soon as I’m free from my exams and then will let you guys know.