On a site called ProfitBees, I’ve add load and click interactions and they work just fine. But I’ve also set up scroll interactions on the text, but rather than floating or fading in, they are already shown without any interaction.
Hi, @MinewireNetwork Could you point me to which element is driving the scroll? And the name of the interaction?. I see the INIT, but having trouble spotting the section or element that drives the scroll interaction.
Not sure yet if this is the issue, but for scroll interactions I usually set the driver for the interaction on a larger element like a section and target the elements I want to animate with the interaction. So you could separate the init and apply that directly to the object and hook the scroll animation to the section. This is especially important if the scroll interaction moves the animated element on the y-axis. Otherwise the element can keep coming into range making it wobble repeat.
Something else is wrong on the published site after clicking on the about section. When I try to scroll, a negative scroll interaction is countering the scroll (I think) and scrolling it back out of view?? It is doing something really odd. Can you republish the site?
No, not the solution to your original post - sorry for the confusion.
Please view your live link: http://profitbees.webflow.io/
Click on the about link.
I cannot scroll at all beyond just a small amount into the next section below.
Something is trying to transform content the opposite direction in a looping animation.
I think maybe you have a bee animation applied to a section in your live link.
Your other links worthy and contact are scrolling correctly. The scroll problem is only in the about section.
If you can republish I can look into the animation.
Not being able to scroll that section is making it difficult to diagnose. I would like to watch the live site progression and see if your interaction is being triggered.
I tried rebuilding a similar very simple scenario in a new file and the scroll interaction works fine on absolute positioned elements. I am not sure what is causing it to misfire in your site? Hopefully someone else will be able to help further. Sorry I couldn’t help you solve it @MinewireNetwork.
Thanks for the assistance! One thing, I noticed that setting the top div to Display:None allowed the interactions to work. But now I can’t scroll down on the page:
Hi @MinewireNetwork, the scroll interactions do not work for elements that are within a parent element having scroll set to auto. It may be possible to do this, but you may need to use some custom scroll javascript or jQuery.