Hello, I want to have a scroll transition like codrop's slice revealer demo like this:
https://tympanus.net/Development/SliceRevealer/index3.html
I looked into demo's there but found all demos using either SVG or canvas for such animation but actually I want it without using SVG or canvas and using just only image. Is there any way to achieve such animation on scroll in gsap?