Jump to content
Search Community

Combine pinning and zoom through div to reveal another div

jasonhiggins test
Moderator Tag

Recommended Posts

I'm trying to replicate the very first effect on this website -  https://the-goonies.webflow.io/ - where you zoom into one div to reveal another.  I know it is some combination of pinning, but I can't figure it out.  I'm just trying to figure out the first part where you zoom through the opening in the leaves to reveal the ocean. 

 

I think this thread is pretty close, but I can't figure out how to modify it.  Any help?

 

Link to comment
Share on other sites

What have you already tried? Can you share a Codepen.io with your tests? 

 

If you want to create this effect you will need to have separate images one background and one with transparency that overlap each other, from that point it is a simple scale with GSAP, I would add two separate zoom values, to create a more parallax effect.

 

I've loaded the two images from the site in a codepen to see what I could do. Which looks like the following: 

See the Pen YzwVZEm by mvaneijgen (@mvaneijgen) on CodePen

  • Like 1
Link to comment
Share on other sites

6 minutes ago, jasonhiggins said:

now part of the top section still shows up.

That's just because you have a scrolling section within the main document's scrolling. So if someone scrolls within that section while the top part is showing then of course the top part will continue showing. I think you'd be better off trying to use ScrollTrigger's snapping and only one scroller.

Link to comment
Share on other sites

Got it!  Thanks!  I'll see if I can translate this into the project that I'm working on.  I want the snap to happen on sections.  So I assume if I have 10 sections, I would change that number to 0.1, correct?  Or is there a way to snap to a css class?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...