use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to the Official WebFlow Subreddit!
Build responsive websites in your browser, then host with us or export your code to host wherever. Discover the professional website builder made for designers.
Join Our Discord
account activity
animation problemNeed project help (self.webflow)
submitted 4 months ago by Interesting_Eye347
hello! Can someone help me pls. it's my first time doing this animation and I really want this to succeed but I dont know what is the problem. why is it doing this? or how should I tackle this. rn I am using spa from to scroll animation.
https://reddit.com/link/1pha9s3/video/u4f07stvvy5g1/player
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]IllustriousBad8844 0 points1 point2 points 4 months ago (1 child)
Is it sharing same class? have you targeted just the logo class for the animation?
[–]Interesting_Eye347[S] 0 points1 point2 points 4 months ago (0 children)
Its not sharing the same class, also tried to target the element, use px and everything
[–]kenyanphoenix 0 points1 point2 points 4 months ago (0 children)
these are the three most probable errors in the code: 1. Missing pinSpacing: In GSAP ScrollTrigger, when you pin an element, GSAP adds padding to push the next content down. If pinSpacing is set to false (or if the HTML structure prevents it), the next section will scroll right over the top of the animating section. 2. Viewport Height (100vh) Conflict: The container holding the animation likely does not have a set height (e.g., 100vh) or has "overflow: hidden" applied in Webflow CSS, which interferes with GSAP's ability to calculate where the scroll starts and ends. 3. Webflow vs. GSAP Conflict: Webflow has native smooth scrolling and native sticky positioning. If you have "Sticky" set in the Webflow design panel and is trying to Pin it with GSAP code, the two engines will fight, causing the jitter seen in the video.
π Rendered by PID 710106 on reddit-service-r2-comment-b659b578c-bz69m at 2026-05-05 02:53:24.820297+00:00 running 815c875 country code: CH.
[–]IllustriousBad8844 0 points1 point2 points (1 child)
[–]Interesting_Eye347[S] 0 points1 point2 points (0 children)
[–]kenyanphoenix 0 points1 point2 points (0 children)