Jump to content
Search Community

Anees87

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Anees87

  1. Thank you very much @mvaneijgen. It works great. Awesome work. I see you have added the hello text inside the same section let's say if I added the hello text in the next section then only this issue occurs.

    <section class="test"></section>
    <section class="animText-section">
      <div class="overflow-hidden">
        <h2>No sliders.</h2>
      </div>
      <div class="overflow-hidden">
        <h2>No tabs.</h2>
      </div>
      <div class="overflow-hidden">
        <h2>No code.</h2>
      </div>
    </section>
    
    <section class="space">
      <h2>Hello title</h2>
    </section>

    Why I need to achieve this is if there is another component comes below this then the "space" section also shouldn't move down. You can see the issue in the screen record. There you can see when scroll up the component below the text also moves down. Need a solution for it please.

    • Thanks 1
×
×
  • Create New...