ashthornton / asscroll

Ash's Smooth Scroll 🍑
MIT License
947 stars 27 forks source link

Asscroll not working at all #68

Closed yvikasofficial closed 2 years ago

yvikasofficial commented 2 years ago

Hi, I'm not sure what i'm missing but i can't get asscroll working. I followed the DOCS.

This is the simple html code please take a look and let me know. Thank you.

https://codepen.io/yvikasofficial/pen/ZEyNEeW

ashthornton commented 2 years ago

You're missing the inner HTML element for asscroll to transform:

<div asscroll-container>
      <div asscroll> <!-- This is required -->
        <div class="container">
            HEllo There
        </div>
        <div class="container">
            The Section
        </div>
        <div class="container">
            Ok This one
        </div>
        <div class="container">
            news corner
        </div>
        <div class="container">
            Maybe here
        </div>
      </div>
</div>