Webflow - TGG - I have this page, Strategy, and im not sure why its not scrolling. I tried making sure the body overflow isn’t hidden but still struggling.
Also, if anyone has any tips for maing that image “split” and revelaing the image with the black background behind ot while the side images remain sticky as I scroll through the black image, please let me know.
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Hi there,
For scrolling issues, here’s how to troubleshoot elements outside the viewport:
- Check the Body element settings and ensure “Overflow: Hidden” is applied
- Inspect your sections and containers for any elements that might extend beyond their boundaries
- Verify that no absolute-positioned elements are placed outside their parent containers
To create an image split reveal effect on scroll:
- Add two identical images, positioning the second one over the first
- Apply scroll animations to the top image
- Set the animation trigger to “While scrolling in view”
- Add both Move and Opacity actions:
- Move: Set the direction (typically up or down)
- Opacity: Fade from 100% to 0%
- Adjust the timing and easing to achieve your desired effect
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.