Search the Community
Showing results for tags 'scrollmagic gsap'.
-
i think i have to do something similar like this(Looped "scrolling" section) or this this(the red panel animation) to achieve the background effect. i dont know how to implement though can you guys help? check out this video i am talking about this
- 1 reply
-
- scrolltriger
- text
- (and 14 more)
-
I am new to GSAP and ScrollMagic. I created a website on which people can scroll pictures within a container. Here is the link: http://lahmiro.github.io/camera-2/index.html I used ScrollMagic and GSAP to create a curtain effect, but it didn't work properly on big screens (e.g. iMac, ps, it worked fine on my MacBook). The pictures are kinda off the edges while scrolling down (see the screenshot). In my js file, I used a for loop to calculate the offset for each picture and set tweens and pins. I think there might be some problems of pinning elements in this way, but I don't know how to solve it... I'd appreciate if anyone could give me some suggestions. Thank you first!!